Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snek #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Snek #19

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 2 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,3 @@
# python-console-snake
What is love?

> Lightweight, configurable snake game running in the console

![Screenshot](http://s2.postimg.org/tzpt8rs09/snake.png)

### 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](http://s15.postimg.org/9qnoxbauj/snake_minimal.png)

#### `jungle`

![Jungle theme screenshot](http://s9.postimg.org/f37kp89lr/snake_jungle.png)

### Contribute

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

### Licence

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