This is the classic snake game! The goal is to navigate your snake to eat as many red fruits as possible. Be careful! Don't bump into the border or the snake's own body. As you progress in the game, the snake will get longer each time it eats a fruit.
To run this project, you will need to have the following installed on your machine:
- Clone the repository:
git clone https://github.com/cloudfluffy/snake.git
- Navigate to the project directory:
cd snake
- Install the dependencies:
pip3 install pygame
- Execute the Python program:
python3 snake.py