https://github.com/calebccff/python-mini-snake
Snake... In the terminal.... In under 50 lines of Python!
https://github.com/calebccff/python-mini-snake
cli console-game games python snake
Last synced: over 1 year ago
JSON representation
Snake... In the terminal.... In under 50 lines of Python!
- Host: GitHub
- URL: https://github.com/calebccff/python-mini-snake
- Owner: calebccff
- Created: 2019-03-23T18:01:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T18:04:58.000Z (over 7 years ago)
- Last Synced: 2025-01-12T19:27:05.327Z (over 1 year ago)
- Topics: cli, console-game, games, python, snake
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- 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
```