- commit
- d46090b8a8bc22dfb739eb7a0848867497596ffa
- parent
- 2a886d021ab0079e1c7155a1829c859d9c1166b3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-09-14 14:49
update README
Diffstat
| M | README.md | 25 | +++++++------------------ |
1 files changed, 7 insertions, 18 deletions
diff --git a/README.md b/README.md
@@ -15,25 +15,14 @@ What I added is mulitiplayer support and a third number: 15 15 16 16 the players take turns. 17 1718 -1 # controls19 -120 -1 arrow-keys - move cursor21 -1 space - toggle field value22 -1 after that it is the next players' turn23 -1 backspace - clear field value24 -1 return - perform a full step (one for every player)25 -1 tab - perform a single step (only for the active player)26 -1 after that it is the next players' turn27 -1 h - display a help screen28 -1 escape - quit29 -130 18 # how to start the game? 31 1932 -1 run DeathCliMenu.py from a terminal-1 20 python -m DEATH 33 2134 -1 # dependencies35 -136 -1 python (tested with 2.6)37 -1 optparse and curses should be installed with python-1 22 # controls 38 2339 -1 Latest code can be found on <https://github.com/xi/DEATH>.-1 24 - arrow-keys: move cursor -1 25 - space: toggle field value; after that it is the next player's turn -1 26 - return: perform a single step (only for the active player); -1 27 after that it is the next player's turn -1 28 - "q": quit