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
 

Kommentare

Beliebte Posts aus diesem Blog

Java EE 7 Petclinic

Simulated Evolution - Artificial Life and DNA

Diffusion-limited aggregation