An open API service indexing awesome lists of open source software.

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!

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
```