WaveCell

For discussion of other cellular automata.
Post Reply
User avatar
SeanBP
Posts: 34
Joined: December 2nd, 2014, 12:49 am

WaveCell

Post by SeanBP » December 12th, 2015, 6:56 pm

Here is a cellular automaton that creates wave-like patterns using relatively simple rules, the Java code can be found here: https://gist.github.com/SeanBP/1c1baadcf064467629d9.

The idea is that each cell contains eight vectors (each pointing to a different neighbor) with a given value. That value is then passed on to its neighbors in a way that's described below.
AiTli0d.png
AiTli0d.png (9.41 KiB) Viewed 49 times
Patterns usually propagate in diamond shapes, and are able to interfere with each other. This rule would probably be very difficult to put into Golly, since there is an infinite number of states a single cell can hold.

Post Reply