Please add required dependencies. Type the following into your command line:
pip -r install requirements.txt
** This is a python based GUI game of Snake **
** Make sure to install Pygame to run the program
** GAME CONTROLS**
- UP: up_arrow or w
- DOWN: down_arrow or s
- Right: right_arrow or d
- LEFT: left_arrow or a
- ESC to quit the gameOver