← Tools

Elementary Cellular Automata

Explore Wolfram one-dimensional cellular automata. One row of cells evolves into a history image using an 8-bit neighborhood rule.

Rule 30
Rule table
Active cell density
Rule bits
Model math
sit+1 = f(si-1t, sit, si+1t)
rule = b111b110...b000

This is an elementary cellular automaton: a one-dimensional grid of binary cells with nearest-neighbor rules. The Wolfram rule number encodes the 8 possible neighborhood outputs as an 8-bit integer.