A simple snake game in python terminal
User must have python3 and pygame installed.If you don't have pygame you can install with pip.
Install pygame:
pip install pygame
Open cmd/terminal and run python3 snake.py
while in the same directory as the script