https://github.com/stevinz/pysnake
A simple ascii snake game written in python.
https://github.com/stevinz/pysnake
nibbles pygame python snake snake-game
Last synced: 22 days ago
JSON representation
A simple ascii snake game written in python.
- Host: GitHub
- URL: https://github.com/stevinz/pysnake
- Owner: stevinz
- License: mit
- Created: 2021-03-07T20:15:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T18:45:11.000Z (over 5 years ago)
- Last Synced: 2025-10-28T20:39:27.763Z (9 months ago)
- Topics: nibbles, pygame, python, snake, snake-game
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pysnake
A simple snake implementation in python
live web demo: https://repl.it/@StephensNunnall/pysnake#main.py
## Screenshots:

## Thanks to these libraries
- Pygame (LGPL): https://github.com/pygame/pygame
- Pygcurse (BSD): https://github.com/asweigart/pygcurse