Cyclic cellular automaton
 
 Abstract   The cyclic cellular automaton is a cellular automaton rule developed  by David Griffeath and studied by several other cellular automaton  researchers.    In this system, each cell remains unchanged until some neighboring  cell has a modular value exactly one unit larger than that of the cell  itself, at which point it copies its neighbor's value.    Run the Application   git clone https://github.com/phasenraum2010/cyclic-cellular-automaton.git   cd cyclic-cellular-automaton   mvn clean install exec:java   or Download the jar and double click on it to start the Application:  http://www.thomas-woehlke.de/a/cyclic-cellular-automaton/cyclic-cellular-automaton-1.0-SNAPSHOT.jar    Screenshots     Early Screen      Later     More   https://en.wikipedia.org/wiki/Cyclic_cellular_automaton  https://github.com/phasenraum2010/cyclic-cellular-automaton       
 
 
