← Return to game
Log in with itch.io to leave a comment.
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.
← Return to game
Comments
Log in with itch.io to leave a comment.
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:
To run the game, enter:
Good luck.