This is the Snake Game. Use your arcade skills and eat as much chocolate as tou can! Be carefull all the time!
Python - programming language
pygame - module that enables games creation
pygame-menu - library that enables menus creation
pygame-widgets - module that enables widgets creation
- Clone the template project, replacing my-project with the name of the project you are creating:
git clone https://github.com/adasiek01/snake
snake
- Install the project's development and runtime requirements:
pip install -r requirements.txt
- run game.py and enjoy!
python game.py