My pygame version of the classic game Snake.
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.gitcd .\snake-pygame\pip install pygamepython .\snake.py