Discovered this slow 3c/108 in my not yet explored 3-color cyclical rules. The rule evolves about the same speed as Life, but usually does not even leave ash. Only occational block, 6 oscillators and three ships 3c/12 looking superficially like a glider of sorts, an othogonal 13c/30, and this 3c/108. Among the oscillators, one is a fairly unusual p525. After substantial research of >107 million soups submitted the Apgsearch only these few object were found.
When you observe to rule evolving, it appears quite lovely, but kind of unstructured.
Code: Select all
@RULE T3c108
# T11c12c21c3b22c4b5a6a-2ar3ar4b5b6b
# Copyright by Yoel Matveyev, 2020
# The GNU General Public License v3.0
@COLORS
0 0 0 0
1 255 0 0
2 0 255 0
3 0 0 255
@TABLE
n_states:4
neighborhood:Moore
symmetries:permute
var A={0,1,2,3}
var B=A
var C=A
var D=A
var E=A
var F=A
var G=A
var H=A
var I=A
var a={1,2,3}
var b=a
var b=a
var c=a
var d=a
var e=a
var f=a
var g=a
var h=a
var i=a
0,3,1,0,0,0,0,0,0,2
0,1,2,0,0,0,0,0,0,3
0,2,3,0,0,0,0,0,0,1
0,3,1,1,0,0,0,0,0,2
0,1,2,2,0,0,0,0,0,3
0,2,3,3,0,0,0,0,0,1
0,3,3,1,0,0,0,0,0,2
0,1,1,2,0,0,0,0,0,3
0,2,2,3,0,0,0,0,0,1
0,3,3,3,0,0,0,0,0,1
0,1,1,1,0,0,0,0,0,2
0,2,2,2,0,0,0,0,0,3
0,3,3,1,1,0,0,0,0,2
0,1,1,2,2,0,0,0,0,3
0,2,2,3,3,0,0,0,0,1
0,3,3,3,3,0,0,0,0,1
0,1,1,1,1,0,0,0,0,2
0,2,2,2,2,0,0,0,0,3
0,i,i,i,i,i,0,0,0,i
0,i,i,i,i,i,i,0,0,i
i,3,3,0,0,0,0,0,0,i
i,1,1,0,0,0,0,0,0,i
i,2,2,0,0,0,0,0,0,i
i,3,3,3,0,0,0,0,0,i
i,1,1,1,0,0,0,0,0,i
i,2,2,2,0,0,0,0,0,i
3,3,3,3,3,0,0,0,0,1
1,1,1,1,1,0,0,0,0,2
2,2,2,2,2,0,0,0,0,3
3,3,3,3,3,3,0,0,0,1
1,1,1,1,1,1,0,0,0,2
2,2,2,2,2,2,0,0,0,3
3,3,3,3,3,3,3,0,0,1
1,1,1,1,1,1,1,0,0,2
2,2,2,2,2,2,2,0,0,3
I,A,B,C,D,E,F,G,H,0