Click on cells to make them change color. Press space to go to the next generation. Press "a" to automatically run it, and press "s" to stop it. Press "r" to do random Press the down arrow to erase all, up arrow to fill all. Simple patterns: .=black *=white Glider (thing that moves): * . * * * . * . LWSS (Another thing that moves): . * . . * * . . . * . . . * * * * * Ten cells in a row: Pentadecathlon
Mobile Unfriendly Conway's Game of Life rules: A living cell will stay alive if it has two or three neighbors, and a dead cell will become alive if it has three neighbors. Otherwise, the cell becomes dead. This is a very small Conway's life board, which is because I was too lazy to make more cells than the clone limit. I coded this all by myself, but I give thanks to conwaylife.com/lifewiki (which gave me the rules to code in) By the way, the loading screen is NOT fake! It covers the generation of the tiles. The pattern on the thumbnail is called "Kox's Galaxy". Credits: 100% by @magnumpescorpios_rex