Snake game built using pygame.
To play this game on your device enter the following commands on your terminal.
- Download ZIP file of the code and extract its contents.
- run
pip install pygame
in terminal - run
python main_menu.py
in the project directory
Fork this repository and use:
git clone https://github.com/YourGithubUsername/Snake.git
pip install pygame
python main_menu.py
in the project directory