Python help for making games

Python help for making games with Python

Here’s a game. How many cheeses get mentioned:

1 Like

To get started, consider installing the PyGame library.
https://www.pygame.org/wiki/GettingStarted
From there, you will find everything you need to get going with Python and PyGame.
You will find many tutorials on the web for game development with this setup.