+1 to this copy being a little bit over-the-top. This is neat, but, as you pointed out at the end of the day this is still computationally equivalent to normal 2d cellular automata. I suspect (not taking the time to prove this) that it's equal in a fairly obvious way, which is that you could just replace "links" with 8*<num link states> additional sub-states per cell. The only real difference is just in how it's visualized.So, neat, but not exactly mindblowing.
topaz0|4 months ago
frutiger|4 months ago
cellular|4 months ago
https://youtu.be/gaFKqOBTj9w
I became obsessed with these and made a few videos!
airesearcher|4 months ago
airesearcher|4 months ago
No claim is being made that this is a new kind of computation.
Isamu|4 months ago
For instance the Game of Life is a subset of 2-d binary state CA, the rule only takes the totals of neighboring cells, and so is a subset of those CAs with rules that care about specific patterns of neighbors.