Interesting Patterns

Drawing Help

Left mouse: alive

Right mouse: dead


This will ensure that drawing will be continuous even when the mouse is moving too quickly, but may cause a lot of lag.


Speed (ms/tick):
50

Rules

Each generation/tick, each cell counts the number of cells next to it that are alive.

  • Alive cells (blue) die of loneliness of there are less than 2 others next to it.
  • Alive cells die of overcrowding if there are more than 3 others surrounding it.
  • Dead cells are 'born' (turn alive) if there are exactly 3 alive cells surrounding it.