A classic Snake game implemented in Python to practice logic, state management, and OOP.
- Keyboard-controlled snake movement
- Food generation and score tracking
- Collision detection (walls and self)
- Increasing difficulty as the snake grows
- Python
- Turtle
- Managing game state over time
- Working with coordinates and grid movement
- Handling collisions and game-over conditions
- Writing clean logic for growing game objects
- Make sure Python is installed.
- Clone the repository:
git clone https://github.com/PATH456/snake_game.git