This file will cover the game basics and developer basics.
To launch the game run:
python play.py
You will need Python 3.7 installed.
You will also need the PyGame
module, that can be installed with this command once Python has been installed:
pip3 install pygame