vivkin / python-console-snake

Lightweight snake game running in the console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-console-snake

Lightweight, configurable snake game running in the console

Screenshot

Usage

  1. git clone git@github.com:tancredi/python-console-snake.git
  2. cd python-console-snake
  3. python snake

Options

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)

Themes

You can select a theme by running snake -t [ theme_name ]

The default theme is classic. Other available themes are the following:

minimal

Minimal theme screenshot

jungle

Jungle theme screenshot

Contribute

Add your theme to snake/themes.py, pull requests are welcome!

Licence

Copyright (c) 2014 Tancredi Trugenberger. - Released under the MIT license

About

Lightweight snake game running in the console

License:MIT License


Languages

Language:Python 100.0%