FPS:
Fade rate:
Survival: 1 2 3 4 5 6 7 8
Birth: 1 2 3 4 5 6 7 8
Conway's Life is a simple cellular automaton in which there is a grid of cells, each of which is alive or dead. Each turn, some rules are followed to determine which ones survive, and where new ones get reborn. In the traditional Conway's Life, cells survive if they have two or three neighbours, and die otherwise, but then if a dead cell has three neighbours it gets reborn.
However, you can create variants by using the above controls. If you have Survival: 2, 3, and 4 set, then cells will survive if they have 2–4 neighbours, and die otherwise. Simialarly, if you set 3 and 6 for being reborn, then cells with 3 or 6 neighbours will be reborn.