Skip to content

TomEelbode/python-console-snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%