A simple snake game made in Python using Pygame.
Eat the apple to increase your score and don't run into yourself or the walls.
Each apple increases your length by 1 block and score by 10.
Arrow Keys for control
R restarts to Menu
Windows - Run .exe (Compiled with pyinstaller)
Python - will need pygame
- pip install pygame


