Snake game
For developing this simple snake game I used pygame library.
Snake Game code, the result looks like this:
Installation
Python
This script is developed in python3.7 >, make sure you have this installed before run it.
-
Clone
mainbranch from my python-projects repo. -
Use the package manager pip to install requirements.
Optional step
This is an optional step, it is not needed.
Usage
How to run snake game after activating the virtual environment:
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.