Classic Snake game implemented in Python using pygame.
Requirements
- Python 3.8+
- Install dependencies:
python -m pip install -r requirements.txtRun
python snake_game.pyControls
- Menu:
1/2/3select speed (Slow/Medium/Fast).Dchoose Default theme,Cchoose Christmas theme.Enterto start. - During play:
Ptoggles autoplay (AI mode). - Movement: Arrow keys or WASD
- Restart:
R(on Game Over) - Back to Menu:
M(from Game Over) - Quit: Close window or
Esc