X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=docs%2Felements%2Fgame_of_life.txt;fp=docs%2Felements%2Fgame_of_life.txt;h=db23325d5c8e96b4e569277cff355308ba94b94f;hp=0000000000000000000000000000000000000000;hb=440c03145dbe622d32b39acb9b3d4fc5604f523d;hpb=a62e2049070dfe193f4625850b91b6e1163a1f62 diff --git a/docs/elements/game_of_life.txt b/docs/elements/game_of_life.txt new file mode 100644 index 00000000..db23325d --- /dev/null +++ b/docs/elements/game_of_life.txt @@ -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!