To run:
- Ensure a Python interpreter is installed and in PATH.
- Install pygame by running
python(3) -m pip install -U pygame
. - Make sure the installation of pygame is successful by trying one of the included examples:
python3 -m pygame.examples.aliens
Here is the link to the game submission.