Interesting Patterns

Drawing Help

Left mouse: full

Right mouse: empty


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.

  • Full cells stay full.
  • Empty cells become full if they are surrounded by exactly 3 full cells.