0 purchases
sneakgame 0.2.0
Sneak Game
Snake game in the terminal.
Install
Using a package manager
$ pip install sneak-game
From source
This project relies on Pipenv, ensure that it is installed with pip install pipenv first.
$ git clone [email protected]:bluecap-se/sneak.git
$ cd sneak
$ pipenv install
$ pipenv shell
$ pipenv install -e .
Usage
$ 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
License
Published under MIT License.
Thanks to
This project was inspired by python-console-snake.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.