Snake Game created with Python using PyGame library.
To play the game you must first:
-
Clone this repo (https://github.com/EdgarHarutyunyan02/Snake.git),
-
Open the terminal in this repo,
-
Install the required packages by running.
pipenv shell pipenv install
-
Run the application:
python app.py