Cellular automata

From RogueBasin
Revision as of 16:42, 23 January 2008 by Solarnus (talk | contribs) (added general info and links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A quick searh on google returns this:

"A regular array of identical finite state automata whose next state is determined solely by their current state and the state of their neighbours. The most widely seen is the Game of Life in which complex patterns emerge from a (supposedly infinite) square lattice of simple two state (living and dead) automata whose next state is determined solely by the current states of its four closes neighbours and itself." - http://www.cs.ucl.ac.uk/staff/W.Langdon/gpdata/glossary.html


External Links

Cellular Automaton at Wikipedia