a simple platformer made in Pygame that was made for Hack Club arcade
-
Download and install python from https://www.python.org/
-
Download pygame with
python -m pip install pygame
-
Clone the repo with git:
git clone https://github.com/IM-THE-GRASS/purple-goose-platformer
-
in the purple-goose-platformer directory, run it with
python main.py