Installation and Setup • How to play •
You need to have Python installed on your machine to get the site running.
# Clone this repository
$ git clone https://github.com/Ace2489/Python-Snake-Game.git
# Go into the directory
$ cd Python-Snake-Game
# Run the main file
$ python3 main.py
- Choose between two speeds(normal and fast) at the start of the game.
- Move around using the directional keys.
- Avoid collision with walls or the body of the snake.
- Eat the food to grow the snake.
- Try to get the highest score.