You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A classic Snake Game built using Python’s turtle module. Eat food, grow your snake, and avoid crashing into walls or yourself. Includes basic collision detection, movement controls, scoring, and game over logic
This is a classic Snake game built using Python's turtle module.
🎮 Features
Move the snake using arrow keys
Eat food to grow
Game over on wall or tail collision
Score tracking
📷 Screenshot
▶️ Run the Game
python snakeGame.py
About
A classic Snake Game built using Python’s turtle module. Eat food, grow your snake, and avoid crashing into walls or yourself. Includes basic collision detection, movement controls, scoring, and game over logic