Conway's Game of Life

Clicking a cell changes its state: dead to alive, alive to dead. The simulation often kills cells as soon as they're spawned, so try pausing whilst doing it.

This simulation is entirely client-side; saving the page allows offline use.


HTML5 Canvas support is required, but is not supported.