Snake-Pygame
A simple snake game created using pygame and python
Index
Screenshots

Game Features
It has following features
- Scoring
- Pause
- Growing Snake
- Random food generation
- Wall hitting logic
- Self hitting logic
Features to come:
- Sound and music
- Mouse control and clickable button
- Installer for the game
- Android app of the game
Game Controls
| Button | |
|---|---|
| Move Left | left |
| Move Right | right |
| Move Up | up |
| Move Down | down |
| Pause game | p |
| UnPause game | c |
| Quit game | q |
| Start game | c |
Setup
pip install -r requirements.txt
License
MIT license