This is my implementation of the popular game Snake. This game has been designed using the Python programming language and is powered by the PyGame library.
This game requires Python 3.7+ in order to run. Pip is also recommended to enable easy installation of the required package dependencies.
pip install pygame
Use the repository link provided by Github
git clone <repo-link>
- Note: Please do not move out any .jpg files or the .ttf font file from the same directory as snakeGame.py
python3 snakeGame.py