Welcome to Snake, the classic arcade game in Python using the Pygame library! Steer your ever-growing snake, eat the food, and avoid crashing into yourself. Simple? Think again!
- Move the Snake: Use the arrow keys (
↑
,↓
,←
,→
) to slither your snake around the screen. - Eat to Grow: Every time you grab a snack, you get longer and faster.
- Don't Crash: If you run into the walls or yourself, it's game over. Try again!
- Smooth, simple gameplay mechanics
- Dynamic growth as you eat
- Score tracking to challenge your high scores
- Clone this repository to your local machine:
git clone https://github.com/your-username/snake-game.git
- navigate to the main.py file in your IDE and run the game