Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scifer99/snake-video-game
An Old-Fashioned Snake Video Game developed in Python
https://github.com/scifer99/snake-video-game
2d-game pygame-games pygame-gui python3 snake-game snakegame
Last synced: 11 days ago
JSON representation
An Old-Fashioned Snake Video Game developed in Python
- Host: GitHub
- URL: https://github.com/scifer99/snake-video-game
- Owner: SCIFER99
- License: mit
- Created: 2023-04-28T17:52:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-28T17:55:07.000Z (over 1 year ago)
- Last Synced: 2024-11-10T12:06:00.560Z (2 months ago)
- Topics: 2d-game, pygame-games, pygame-gui, python3, snake-game, snakegame
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake-Video-Game
An Old-Fashioned Snake Video Game developed in PythonGreetings all! This is the old fashioned snake video game we played on our
Nokia phones back in the day! Lol I enjoyed maing this. I hope you enjoy too!Packages needed:
pip install pygame (of course)
pip install time (if you do not have it already)
pip install random
Happy Coding!