- commit
- 4a43a01c9389eb8a48708fcc73c87ff27b47f4f9
- parent
- 84a25fcce094da224c1a81f1420ee08730fe2b8a
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2011-03-12 16:25
updated readme
Diffstat
| M | README | 21 | +++++++++++++++++---- |
| D | log | 0 |
2 files changed, 17 insertions, 4 deletions
diff --git a/README b/README
@@ -1,7 +1,11 @@ 1 1 Welcome to DEATH ! 2 2 DEATH is a variant to Conways game of LIFE. -1 3 3 4 Every LIFE game can be described by two sets of numbers:4 -1 What I added is mulitiplayer support:-1 5 * numbers of neighbors for a item to survive -1 6 * numbers of neighbors for a item to be born -1 7 -1 8 What I added is mulitiplayer support and a third number: 5 9 * numbers of friendly neighbors for a friendly item to survive 6 10 * numbers of friendly neighbors for a friendly item to be born 7 11 * numbers of friendly neighbors for a foe item to be killed @@ -9,11 +13,20 @@ the players take turns. 9 13 10 14 CONTROLS: 11 15 arrow-keys - move cursor12 -1 return - toggle field value-1 16 space - toggle field value 13 17 after that it is the next players' turn 14 18 backspace - clear field value15 -1 space - perform a full step (one for every player)-1 19 return - perform a full step (one for every player) 16 20 tab - perform a single step (only for the active player) 17 21 after that it is the next players' turn18 -1 h - display this help screen-1 22 h - display a help screen 19 23 escape - quit -1 24 -1 25 HOW TO START THE GAME? -1 26 run DeathCliMenu.py from a terminal -1 27 -1 28 DEPENDENCIES -1 29 python (tested with 2.6) -1 30 optparse and curses should be installed with python -1 31 -1 32 latest code can be found on github.com/xi/DEATH