A classic Snake game built with Python and Pygame.
- Smooth movement
- Scoring system
- Game over screen
- Install requirements:
pip install -r requirements.txt
- Run the game:
python main.py
- Arrow Keys: Change snake direction
- Q: Quit game
- C: Play again (after Game Over)