https://github.com/kcxt/python-mini-snake
Snake... In the terminal.... In under 50 lines of Python!
https://github.com/kcxt/python-mini-snake
cli console-game games python snake
Last synced: 11 months ago
JSON representation
Snake... In the terminal.... In under 50 lines of Python!
- Host: GitHub
- URL: https://github.com/kcxt/python-mini-snake
- Owner: kcxt
- Created: 2019-03-23T18:01:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T18:04:58.000Z (about 7 years ago)
- Last Synced: 2025-07-01T13:46:50.766Z (11 months ago)
- Topics: cli, console-game, games, python, snake
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-mini-snake
Requires X11 and a terminal that supports ANSI escape codes.
# Make / run
```
sudo python -m pip install pyxhook
python snake.py
```