A modern implementation of the classic Snake game using Python's Turtle graphics. Control a snake, eat food, grow longer, and try to beat your high score!
Control the snake to eat the blue food. Each piece of food makes the snake grow longer and increases your score by 1. The game ends if you hit the wall or your own tail.
- β (Up Arrow): Move snake up
- β (Down Arrow): Move snake down
- β (Left Arrow): Move snake left
- β (Right Arrow): Move snake right
- Current Score: Displayed at the top of the screen
- High Score: Saved permanently, shown next to current score
- Beat your high score to set a new record!
- Python 3.x installed on your system
- No additional packages required (uses built-in Turtle graphics)
- Clone the repository
git clone https://github.com/yanagirdhar/Snake-Game.git
cd snake-gamepython3 main.py