https://github.com/senapedev/snake-py
The classic snake game recreated in Python.
https://github.com/senapedev/snake-py
python snake-game
Last synced: 28 days ago
JSON representation
The classic snake game recreated in Python.
- Host: GitHub
- URL: https://github.com/senapedev/snake-py
- Owner: SenapeDev
- License: mit
- Created: 2022-08-18T13:53:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T20:49:58.000Z (almost 4 years ago)
- Last Synced: 2025-12-26T22:46:08.011Z (6 months ago)
- Topics: python, snake-game
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Snake in Python🐍
The classic snake game recreated in Python using the Turtle library.
The game has scoreboard to keep score, a collision system and a random food generation system.