snake-pygame
My pygame version of the classic game Snake.
How to run
If you don't have Python installed, download and install the latest version in https://www.python.org/downloads/
In your terminal type the following commands
git clone https://github.com/MarcusAldrey/snake-pygame.git
cd .\snake-pygame\
pip install pygame
python .\snake.py