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
- Host: GitHub
- URL: https://github.com/adzo261/classic-snake-game
- Owner: adzo261
- Created: 2018-08-29T13:55:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T15:46:07.000Z (over 7 years ago)
- Last Synced: 2025-01-28T23:10:05.510Z (over 1 year ago)
- Topics: game-development, pygame, python-3, snake-game
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classic-Snake-Game
Classic Snake Game made in python using pygame
 
### Prerequisites
Refer [requirements.txt](https://github.com/adzo261/Classic-Snake-Game/blob/master/requirements.txt)
### Installing
```
pip install pygame
```