A Python package that creates a nice snake game for your terminal.
To install TermSnake onto your system, run
pip install termsnake
in your terminal.
If the command errors out, try
pip install git+git://github.com/Python3-8/termsnake
.
If the second command errors out too, clone the GitHub repo for TermSnake, move the
termsnake
folder to
your Pythonsite-packages
directory, copy thetermsnake/snake.py
file to your Pythonbin
directory,
rename thesnake.py
file in your Pythonbin
directory tosnake
, and runchmod +x <PYTHON_BIN_DIR>/snake
in your terminal.
The following command on your terminal will run the TermSnake snake game.
$ snake
You may contact the developer of TermSnake at: pranav.pooruli@gmail.com