Install python along with pygame.
- Head over to python.org in web browser to download python 3
- Once installed python 3 along with pip open Command Prompt and type {python3 -m install pygame.ce} sometime this doesn't work try {python -m install pygame.ce} or {py -m install pygame.ce}
Now you should be able to run the main.py
Movement - Arrow key up and Arrow key Down