This is a classic Snake Game implemented using Python's turtle module. The game features a moving snake, food for the snake to eat, and a score tracker. It’s a fun and interactive project, perfect for learning Python and game development basics!
- Snake movement controlled with arrow keys (
Up,Down,Left,Right).- Food randomly appears, and eating food increases the snake's size and score.
- Collision detection with the walls and snake's own tail ends the game and resets the score.
- Dynamic and user-friendly scoreboard.
