Cellular Automata Visualizer

Explore emergent behavior from simple rules. Interact with grids, run simulations, and watch complexity arise from basic local interactions.

What are cellular automata?

Cellular automata are discrete systems of cells that evolve over time according to local rules. Each cell's next state depends only on its neighbors. Invented by John von Neumann and popularized by John Conway's Game of Life, they model how order and chaos emerge from simple components.

Despite their simplicity, cellular automata produce complex, often unpredictable patterns. They have applications in computer science, biology, physics, and urban planning.