Lightweight, configurable snake game running in the console
git clone git@github.com:tancredi/python-console-snake.gitcd python-console-snakepython snake
Run python snake -help for list of options
Usage: snake [options]
Options:
-h, --help show this help message and exit
-s SIZE, --size=SIZE Game size (s | m | l)
-f, --fullscreen Play fullscreen
-t THEME, --theme=THEME
Game theme (classic | minimal | jungle | custom)
You can select a theme by running snake -t [ theme_name ]
The default theme is classic. Other available themes are the following:
Add your theme to snake/themes.py, pull requests are welcome!
Copyright (c) 2014 Tancredi Trugenberger. - Released under the MIT license


