Back to Index

Cyclic Cellular Automaton

The cyclic cellular automaton is a two-dimensional cellular automaton where a cell changes state if one of its neighbors has a state one higher than its own (looping back around to zero at the top).

Variations change the required number of neighbors, the neighborhood range, and the neighborhood type: (Moore or von Neumann).

x





Link to this automaton

Suggested settings:

#w=400&h=400&scale=1&color_count=15&neighbor_threshold=1&neighbor_range=1&neighbor_type=M&color=Grayscale #w=400&h=400&scale=1&color_count=3&neighbor_threshold=3&neighbor_range=1&neighbor_type=M&color=HSV #w=400&h=400&scale=1&color_count=100&neighbor_threshold=1&neighbor_range=3&neighbor_type=M&color=Blue_Lightness #w=400&h=400&scale=1&color_count=2&neighbor_threshold=10&neighbor_range=3&neighbor_type=N&color=Inverted_Grayscale #w=400&h=400&scale=1&color_count=6&neighbor_threshold=2&neighbor_range=2&neighbor_type=N&color=Grayscale #w=400&h=400&scale=1&color_count=35&neighbor_threshold=1&neighbor_range=1&neighbor_type=M&color=HSV #w=400&h=400&scale=1&color_count=3&neighbor_threshold=5&neighbor_range=2&neighbor_type=N&color=HSV #w=400&h=400&scale=1&color_count=8&neighbor_threshold=5&neighbor_range=3&neighbor_type=M&color=HSV #w=400&h=400&scale=1&color_count=4&neighbor_threshold=9&neighbor_range=2&neighbor_type=M&color=HSV #w=400&h=400&scale=1&color_count=5&neighbor_threshold=3&neighbor_range=2&neighbor_type=N&color=HSV #w=400&h=400&scale=1&color_count=4&neighbor_threshold=3&neighbor_range=1&neighbor_type=M&color=HSV #w=400&h=400&scale=1&color_count=5&neighbor_threshold=4&neighbor_range=3&neighbor_type=N&color=Blue_Lightness