Snake game in the terminal.
$ pip install sneak-game
This project relies on Pipenv, ensure that it is installed with pip install pipenv
first.
$ git clone git@github.com:bluecap-se/sneak.git
$ cd sneak
$ pipenv install
$ pipenv shell
$ pipenv install -e .
$ sneak -h
Sneak: A terminal snake game
Usage: sneak [options]
Options:
-s SIZE, --size=SIZE Game size (s | m | l)
-h, --help Show this help message and exit
-v, --version Show version and exit
Published under MIT License.
This project was inspired by python-console-snake.