https://github.com/surajv311/pygame-snakegame
A simple snake game built using pygame library.
https://github.com/surajv311/pygame-snakegame
Last synced: 5 months ago
JSON representation
A simple snake game built using pygame library.
- Host: GitHub
- URL: https://github.com/surajv311/pygame-snakegame
- Owner: Surajv311
- Created: 2020-05-18T05:49:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T12:40:15.000Z (over 5 years ago)
- Last Synced: 2025-04-04T00:04:39.459Z (6 months ago)
- Language: Python
- Homepage:
- Size: 319 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pygame-Game1
A simple snake game built using pygame library.
Before cloning the project ensure pygame is installed:
```pip install pygame```
To run the game:
In terminal (in the same directory) :
```python snakePygame.py```
