A classic Snake Game built using Python. Control the snake, collect food, and try to achieve the highest score without colliding with the walls or yourself.
- Interactive gameplay.
- Score tracking.
- Simple and user-friendly interface.
- Clone this repository:
git clone <your-repository-url>
- Navigate the project folder
cd snake-game - Run the game
python snake_game.py
- Use Arrow Keys to control the direction of the snake:
- Up: Move up.
- Down: Move down.
- Left: Move left.
- Right: Move right.
- Collect food to increase your score.
- Avoid colliding with:
- Walls
- The snake’s body.
- Goal: Achieve the highest score possible!
Python