Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.09 KB

python-console-snake

Lightweight, configurable snake game running in the console

Screenshot

Usage

  1. git clone [email protected]: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