Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

For those not familiar with Python (like me), you'll have to download and install Python first. To install PyGame, open a command prompt and enter:

python3 -m pip install -U pygame==2.6.0

To run the game, enter:

python3 main.py

Good luck.