Snake Game using Turtle
A simple classic Snake game built with Python's turtle graphics library.
Game Idea
Control the snake to eat the food and grow longer. Avoid hitting the walls or yourself — or it's game over!
Requirements
Python 3.x
turtle module (comes pre-installed with Python)
▶️ How to Run
Make sure Python is installed on your system.
Download or clone this repository.
Run the game using the command:
python snake_game.py