Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Snake-Video-Game
An Old-Fashioned Snake Video Game developed in Python

Greetings 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!