game-of-death

antagonistic game of life  https://xi.github.io/game-of-death/
git clone https://git.ce9e.org/game-of-death.git

commit
a963d48aed4f38306a6fca6bb5355cbf43af51ae
parent
e820ec1905264ab87ef541c08f96d687aa8a3901
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-01-16 04:53
extend README

Diffstat

M README.md 14 +++++++++++++-

1 files changed, 13 insertions, 1 deletions


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

@@ -1 +1,13 @@
    1    -1 # game of death
   -1     1 ![game of death](logo.jpg)
   -1     2 
   -1     3 This is an attempt to turn [Conway's Game of
   -1     4 Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) into a real game.
   -1     5 
   -1     6 Standard Game of Life rules apply. However, there are multiple factions
   -1     7 (indicated by different colors). If any cell would be occipied by more than one
   -1     8 faction, it is empty instead.
   -1     9 
   -1    10 This game features a sandbox mode as well as some custom challenges with
   -1    11 increasing difficulty.
   -1    12 
   -1    13 Play it at <https://xi.github.io/game-of-death/>!