updated element description files to current version
[rocksndiamonds.git] / docs / elements / game_of_life.txt
diff --git a/docs/elements/game_of_life.txt b/docs/elements/game_of_life.txt
new file mode 100644 (file)
index 0000000..db23325
--- /dev/null
@@ -0,0 +1,9 @@
+These walls behave like the well-known "Conway's Game of Life".
+They behave like normal walls; however, they may appear or disappear
+every half-second according to these rules:
+
+Cells that are surrounded by 2 or 3 cells are the only cells that survive.
+
+Space or dirt that is surrounded by exactly 3 cells grows into new cells.
+
+The player(s) is (are) counted as cells!