Life-like Cellular Automata
CellularAutomata.Life
— TypeLife(life_description; radius=1)
Returns a Life
object given a tuple of tuples that follows the Golly notation ((b), (s)), where b stands for birth and s for survival. These values indicates the number of neighbouring cells needed to birth a new one in the following generation, or to make the current alive one survive.