Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynfuien/snake-python
Simple snake game in Python.
https://github.com/ynfuien/snake-python
python snake snake-game
Last synced: 5 days ago
JSON representation
Simple snake game in Python.
- Host: GitHub
- URL: https://github.com/ynfuien/snake-python
- Owner: Ynfuien
- License: gpl-3.0
- Created: 2023-08-19T14:09:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T19:46:27.000Z (over 1 year ago)
- Last Synced: 2024-11-09T07:42:21.376Z (2 months ago)
- Topics: python, snake, snake-game
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake in Python
Simple snake game ported form my C# snake.# Media
![gameplay](https://i.imgur.com/1Prm4x5.gif)# License
Project uses [GNU GPLv3](https://github.com/Ynfuien/snake-python/blob/main/LICENSE) license.