DEATH

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

commit
f244e0ca9cc9452fbdef8fd52a746fd67bf36c8f
parent
d46090b8a8bc22dfb739eb7a0848867497596ffa
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-01-15 18:06
README: link to game-of-death

Diffstat

M README.md 4 ++++

1 files changed, 4 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -26,3 +26,7 @@ the players take turns.
   26    26 -   return: perform a single step (only for the active player);
   27    27     after that it is the next player's turn
   28    28 -   "q": quit
   -1    29 
   -1    30 # legacy
   -1    31 
   -1    32 For a later take on similar ideas, see my project [game of death](https://github.com/xi/game-of-death).