Cyclic Cellular Automaton

Apr 4, 2018 • Arne Vogel
update rate: ms
Simulation settings: # of colors: threshold: Wrapping:
Display settings: Cell Size: px

Rules: Each cell has a state. There are n states set with the number of colors above. The state of a cell is between 0 and n-1. A cell with state i is consumed and changes to i+1 if the number of cells with state i+1 in the moore neighborhood are equal or greater to the threshold. If a cell is in the n-1 state while it is consumed, it changes its state to 0.

Settings

Clicking on the simulation turns cells on and off.

Controls:

Simulation Settings:

Can be edited while the simulation is running.

Display Settings:

Will restart the simulation.