An open API service indexing awesome lists of open source software.

https://github.com/adzo261/classic-snake-game

Classic Snake Game made in python using pygame
https://github.com/adzo261/classic-snake-game

game-development pygame python-3 snake-game

Last synced: about 1 year ago
JSON representation

Classic Snake Game made in python using pygame

Awesome Lists containing this project

README

          

# Classic-Snake-Game
Classic Snake Game made in python using pygame

![Alt text](snake_menu.png)       ![Alt text](snake_scene.png)

### Prerequisites
Refer [requirements.txt](https://github.com/adzo261/Classic-Snake-Game/blob/master/requirements.txt)

### Installing
```
pip install pygame
```