Build a snake game
Implementation of the classic snake game using python and the pygame module.
Steps to execute
- Ensure python is installed on your machine
- Execute the script to install python packages
pip install -r requirements.txt - Execute the script to run the game
python main.py
Log in or sign up for Devpost to join the conversation.