Conway's Game of Life

A cellular automaton where cells live, die, or multiply based on simple rules. Click cells to toggle them, or try one of the preset patterns.

Rules

  • Any live cell with fewer than two live neighbors dies (underpopulation).
  • Any live cell with two or three live neighbors lives on to the next generation.
  • Any live cell with more than three live neighbors dies (overpopulation).
  • Any dead cell with exactly three live neighbors becomes a live cell (reproduction).

Controls

Speed: 200ms
Grid Size: 30x30

Patterns

Stats

Generation: 0
Live Cells: 0

Made with DeepSite LogoDeepSite - 🧬 Remix