https://github.com/chflick/pysnake
A Snake clone in Python
https://github.com/chflick/pysnake
learning-by-doing pygame python snake-game
Last synced: about 2 months ago
JSON representation
A Snake clone in Python
- Host: GitHub
- URL: https://github.com/chflick/pysnake
- Owner: ChFlick
- License: apache-2.0
- Created: 2017-11-06T21:53:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T22:03:40.000Z (over 8 years ago)
- Last Synced: 2025-05-22T22:06:13.809Z (about 1 year ago)
- Topics: learning-by-doing, pygame, python, snake-game
- Language: Python
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PySnake
A simple Snake clone in Python (3)
I am creating this game mainly to continue learning Python and PyGame, but also to learn some game development.