Snake game in Python using the pygame module.
Credits for the images and the sound: here
pip install -r environment/requirements.txt
Clone the repo. Then run the following commands:
cd SnakeGameInPython
python code/main.py
or
cd SnakeGameInPython/code
python main.py
Berkay Kush