Is it possible to add a text input field into a Pygame Zero game? I can't see it in the docs but may have overlooked it.
This is the full code for the very bad game example. import pgzrun from random import randint from pgzero.builtins import Actor, animate, keyboard apple = Acto