Category "pgzero"

Can you connect a controller to Pygame Zero?

I have programming as a subject in school, and this is our last project of the semester. For our last task we are going to use replit.com, which use PygameZero.

Adding a text input field in PyGame Zero?

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.

I made a very simple Pygame Zero game, but my Actor image and the screen.clear() is not working. Can you help me fix this?

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