A classic Snake Game built in Python using the Turtle Graphics library.
- Snake that moves and grows on eating food
- Randomly spawning food
- Real-time movement with keyboard controls
- Score tracking
- Game over detection
- Python 3.10+ 🐍
- Turtle module (standard library)
# Clone the repo
git clone https://github.com/Shootingstar-99/Snake_Game_Python.git
cd Snake_Game_Python
# Run the main file
python main.pyThis project is licensed under the MIT License.
- Snehit Raj: @Shootingstar-99