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.