DEATH

a multiplayer variant of conways game of LIFE
git clone https://git.ce9e.org/DEATH.git

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    17 
   18    -1 # controls
   19    -1 
   20    -1 arrow-keys - move cursor
   21    -1 space      - toggle field value
   22    -1                after that it is the next players' turn
   23    -1 backspace  - clear field value
   24    -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' turn
   27    -1 h          - display a help screen
   28    -1 escape     - quit
   29    -1 
   30    18 # how to start the game?
   31    19 
   32    -1 run DeathCliMenu.py from a terminal
   -1    20     python -m DEATH
   33    21 
   34    -1 # dependencies
   35    -1 
   36    -1 python (tested with 2.6)
   37    -1 optparse and curses should be installed with python
   -1    22 # controls
   38    23 
   39    -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