Snake is a fun little snake game built in python.
First, make sure you have python 3 installed. You can download that here.
Second, install pygame using the following command
pip install pygame
Open either powershell or command prompt, navigate to the directory that contains snake.py and run:
python ./snake.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.