Created for a summer coding camp at Walla Walla University by Scott Ginoza and Jacob Priddy for a demonstration.
- Download python for windows (Download Windows x86-64 executable installer)
- Run the exe file you just downloaded to install python
- Open a windows command prompt, cmd.exe and run the command:
python -m pip install pygame
- Open the folder that the game is in, and ctrl-shift-right click in an empty space on the folder, and click open command window here
- In the new command prompt window, type in
python game.py
, the game should now be running