rule 110

Rule 110 is a cellular automaton rule that governs the behavior of cells in a grid based on simple conditional rules. It specifies that a cell's next state is determined by itself and its two neighboring cells, based on a binary rule table. Specifically, if the cell and its neighbors are in a certain configuration, the cell will change its state to either alive or dead, according to the predefined rule table.

Requires login.