The CA

This is the "Cyclic" cellular automaton model. You can think of it as a generalized game of "Rock, paper, and scissors." If we label "rock" as 0, "paper" as 1, and "scissors" as 2, then the rules of the game are that 1 beats 0 (paper covers rock), 2 beats 1 (scissors cut paper), and 0 beats 2 (rock smashes scissors).

In the generalized version, we have n states, labelled 0 through n-1. State i+1 beats state i. So 1 beats 0, 2 beats 1, 3 beats 2, and so on. And finally, 0 beats n-1. So we say that state i+1 beats state i, modulo n. The "modulo n" means it wraps around at the end, and so 0 beats n-1.

The Controls

See the parent web page for general controls.

Controls specific to this particular applet are:


Hiebeler's home page


Dave Hiebeler <hiebeler@math.zzz.edu> (change 'zzz' to 'umaine' to send e-mail -- sorry, but spam harvesters are out there)
Last modified: Mon Aug 30 18:40:53 2004