MathAndCode wrote: ↑November 4th, 2020, 11:16 am
Has anyone investigated Generations variants where off cells can directly become refractory under certain conditions? If not, I might investigate one.
I made a preliminary rule but cannot figure out how to run it in LifeViewer.
Code: Select all
@RULE GenerationVariant
@TABLE
n_states:3
neighborhood:Moore
symmetries:permute
0,1,0,0,0,0,0,0,0,1
0,1,2,0,0,0,0,0,0,2
1,0,0,0,0,0,0,0,0,2
1,1,0,0,0,0,0,0,0,2
1,1,1,0,0,0,0,0,0,2
1,1,1,1,0,0,0,0,0,2
1,1,1,1,1,0,0,0,0,2
1,1,1,1,1,1,0,0,0,2
1,1,1,1,1,1,1,0,0,2
1,1,1,1,1,1,1,1,0,2
1,1,1,1,1,1,1,1,1,2
1,2,0,0,0,0,0,0,0,2
1,1,2,0,0,0,0,0,0,2
1,1,1,2,0,0,0,0,0,2
1,1,1,1,2,0,0,0,0,2
1,1,1,1,1,2,0,0,0,2
1,1,1,1,1,1,2,0,0,2
1,1,1,1,1,1,1,2,0,2
1,1,1,1,1,1,1,1,2,2
1,2,2,0,0,0,0,0,0,2
1,1,2,2,0,0,0,0,0,2
1,1,1,2,2,0,0,0,0,2
1,1,1,1,2,2,0,0,0,2
1,1,1,1,1,2,2,0,0,2
1,1,1,1,1,1,2,2,0,2
1,1,1,1,1,1,1,2,2,2
1,2,2,2,0,0,0,0,0,2
1,1,2,2,2,0,0,0,0,2
1,1,1,2,2,2,0,0,0,2
1,1,1,1,2,2,2,0,0,2
1,1,1,1,1,2,2,2,0,2
1,1,1,1,1,1,2,2,2,2
1,2,2,2,2,0,0,0,0,2
1,1,2,2,2,2,0,0,0,2
1,1,1,2,2,2,2,0,0,2
1,1,1,1,2,2,2,2,0,2
1,1,1,1,1,2,2,2,2,2
1,2,2,2,2,2,0,0,0,2
1,1,2,2,2,2,2,0,0,2
1,1,1,2,2,2,2,2,0,2
1,1,1,1,2,2,2,2,2,2
1,2,2,2,2,2,2,0,0,2
1,1,2,2,2,2,2,2,0,2
1,1,1,2,2,2,2,2,2,2
1,2,2,2,2,2,2,2,0,2
1,1,2,2,2,2,2,2,2,2
1,2,2,2,2,2,2,2,2,2
2,0,0,0,0,0,0,0,0,0
2,1,0,0,0,0,0,0,0,0
2,1,1,0,0,0,0,0,0,0
2,1,1,1,0,0,0,0,0,0
2,1,1,1,1,0,0,0,0,0
2,1,1,1,1,1,0,0,0,0
2,1,1,1,1,1,1,0,0,0
2,1,1,1,1,1,1,1,0,0
2,1,1,1,1,1,1,1,1,0
2,2,0,0,0,0,0,0,0,0
2,1,2,0,0,0,0,0,0,0
2,1,1,2,0,0,0,0,0,0
2,1,1,1,2,0,0,0,0,0
2,1,1,1,1,2,0,0,0,0
2,1,1,1,1,1,2,0,0,0
2,1,1,1,1,1,1,2,0,0
2,1,1,1,1,1,1,1,2,0
2,2,2,0,0,0,0,0,0,0
2,1,2,2,0,0,0,0,0,0
2,1,1,2,2,0,0,0,0,0
2,1,1,1,2,2,0,0,0,0
2,1,1,1,1,2,2,0,0,0
2,1,1,1,1,1,2,2,0,0
2,1,1,1,1,1,1,2,2,0
2,2,2,2,0,0,0,0,0,0
2,1,2,2,2,0,0,0,0,0
2,1,1,2,2,2,0,0,0,0
2,1,1,1,2,2,2,0,0,0
2,1,1,1,1,2,2,2,0,0
2,1,1,1,1,1,2,2,2,0
2,2,2,2,2,0,0,0,0,0
2,1,2,2,2,2,0,0,0,0
2,1,1,2,2,2,2,0,0,0
2,1,1,1,2,2,2,2,0,0
2,1,1,1,1,2,2,2,2,0
2,2,2,2,2,2,0,0,0,0
2,1,2,2,2,2,2,0,0,0
2,1,1,2,2,2,2,2,0,0
2,1,1,1,2,2,2,2,2,0
2,2,2,2,2,2,2,0,0,0
2,1,2,2,2,2,2,2,0,0
2,1,1,2,2,2,2,2,2,0
2,2,2,2,2,2,2,2,0,0
2,1,2,2,2,2,2,2,2,0
2,2,2,2,2,2,2,2,2,0
x=2, y=2, rule = GenerationVariant
BA$2B!
Code: Select all
@TABLE
n_states:3
neighborhood:Moore
symmetries:permute
0,1,0,0,0,0,0,0,0,1
0,1,2,0,0,0,0,0,0,2
1,0,0,0,0,0,0,0,0,2
1,1,0,0,0,0,0,0,0,2
1,1,1,0,0,0,0,0,0,2
1,1,1,1,0,0,0,0,0,2
1,1,1,1,1,0,0,0,0,2
1,1,1,1,1,1,0,0,0,2
1,1,1,1,1,1,1,0,0,2
1,1,1,1,1,1,1,1,0,2
1,1,1,1,1,1,1,1,1,2
1,2,0,0,0,0,0,0,0,2
1,1,2,0,0,0,0,0,0,2
1,1,1,2,0,0,0,0,0,2
1,1,1,1,2,0,0,0,0,2
1,1,1,1,1,2,0,0,0,2
1,1,1,1,1,1,2,0,0,2
1,1,1,1,1,1,1,2,0,2
1,1,1,1,1,1,1,1,2,2
1,2,2,0,0,0,0,0,0,2
1,1,2,2,0,0,0,0,0,2
1,1,1,2,2,0,0,0,0,2
1,1,1,1,2,2,0,0,0,2
1,1,1,1,1,2,2,0,0,2
1,1,1,1,1,1,2,2,0,2
1,1,1,1,1,1,1,2,2,2
1,2,2,2,0,0,0,0,0,2
1,1,2,2,2,0,0,0,0,2
1,1,1,2,2,2,0,0,0,2
1,1,1,1,2,2,2,0,0,2
1,1,1,1,1,2,2,2,0,2
1,1,1,1,1,1,2,2,2,2
1,2,2,2,2,0,0,0,0,2
1,1,2,2,2,2,0,0,0,2
1,1,1,2,2,2,2,0,0,2
1,1,1,1,2,2,2,2,0,2
1,1,1,1,1,2,2,2,2,2
1,2,2,2,2,2,0,0,0,2
1,1,2,2,2,2,2,0,0,2
1,1,1,2,2,2,2,2,0,2
1,1,1,1,2,2,2,2,2,2
1,2,2,2,2,2,2,0,0,2
1,1,2,2,2,2,2,2,0,2
1,1,1,2,2,2,2,2,2,2
1,2,2,2,2,2,2,2,0,2
1,1,2,2,2,2,2,2,2,2
1,2,2,2,2,2,2,2,2,2
2,0,0,0,0,0,0,0,0,0
2,1,0,0,0,0,0,0,0,0
2,1,1,0,0,0,0,0,0,0
2,1,1,1,0,0,0,0,0,0
2,1,1,1,1,0,0,0,0,0
2,1,1,1,1,1,0,0,0,0
2,1,1,1,1,1,1,0,0,0
2,1,1,1,1,1,1,1,0,0
2,1,1,1,1,1,1,1,1,0
2,2,0,0,0,0,0,0,0,0
2,1,2,0,0,0,0,0,0,0
2,1,1,2,0,0,0,0,0,0
2,1,1,1,2,0,0,0,0,0
2,1,1,1,1,2,0,0,0,0
2,1,1,1,1,1,2,0,0,0
2,1,1,1,1,1,1,2,0,0
2,1,1,1,1,1,1,1,2,0
2,2,2,0,0,0,0,0,0,0
2,1,2,2,0,0,0,0,0,0
2,1,1,2,2,0,0,0,0,0
2,1,1,1,2,2,0,0,0,0
2,1,1,1,1,2,2,0,0,0
2,1,1,1,1,1,2,2,0,0
2,1,1,1,1,1,1,2,2,0
2,2,2,2,0,0,0,0,0,0
2,1,2,2,2,0,0,0,0,0
2,1,1,2,2,2,0,0,0,0
2,1,1,1,2,2,2,0,0,0
2,1,1,1,1,2,2,2,0,0
2,1,1,1,1,1,2,2,2,0
2,2,2,2,2,0,0,0,0,0
2,1,2,2,2,2,0,0,0,0
2,1,1,2,2,2,2,0,0,0
2,1,1,1,2,2,2,2,0,0
2,1,1,1,1,2,2,2,2,0
2,2,2,2,2,2,0,0,0,0
2,1,2,2,2,2,2,0,0,0
2,1,1,2,2,2,2,2,0,0
2,1,1,1,2,2,2,2,2,0
2,2,2,2,2,2,2,0,0,0
2,1,2,2,2,2,2,2,0,0
2,1,1,2,2,2,2,2,2,0
2,2,2,2,2,2,2,2,0,0
2,1,2,2,2,2,2,2,2,0
2,2,2,2,2,2,2,2,2,0
x=2, y=2
BA$2B!
Code: Select all
x=2, y=2
@TABLE
n_states:3
neighborhood:Moore
symmetries:permute
0,1,0,0,0,0,0,0,0,1
0,1,2,0,0,0,0,0,0,2
1,0,0,0,0,0,0,0,0,2
1,1,0,0,0,0,0,0,0,2
1,1,1,0,0,0,0,0,0,2
1,1,1,1,0,0,0,0,0,2
1,1,1,1,1,0,0,0,0,2
1,1,1,1,1,1,0,0,0,2
1,1,1,1,1,1,1,0,0,2
1,1,1,1,1,1,1,1,0,2
1,1,1,1,1,1,1,1,1,2
1,2,0,0,0,0,0,0,0,2
1,1,2,0,0,0,0,0,0,2
1,1,1,2,0,0,0,0,0,2
1,1,1,1,2,0,0,0,0,2
1,1,1,1,1,2,0,0,0,2
1,1,1,1,1,1,2,0,0,2
1,1,1,1,1,1,1,2,0,2
1,1,1,1,1,1,1,1,2,2
1,2,2,0,0,0,0,0,0,2
1,1,2,2,0,0,0,0,0,2
1,1,1,2,2,0,0,0,0,2
1,1,1,1,2,2,0,0,0,2
1,1,1,1,1,2,2,0,0,2
1,1,1,1,1,1,2,2,0,2
1,1,1,1,1,1,1,2,2,2
1,2,2,2,0,0,0,0,0,2
1,1,2,2,2,0,0,0,0,2
1,1,1,2,2,2,0,0,0,2
1,1,1,1,2,2,2,0,0,2
1,1,1,1,1,2,2,2,0,2
1,1,1,1,1,1,2,2,2,2
1,2,2,2,2,0,0,0,0,2
1,1,2,2,2,2,0,0,0,2
1,1,1,2,2,2,2,0,0,2
1,1,1,1,2,2,2,2,0,2
1,1,1,1,1,2,2,2,2,2
1,2,2,2,2,2,0,0,0,2
1,1,2,2,2,2,2,0,0,2
1,1,1,2,2,2,2,2,0,2
1,1,1,1,2,2,2,2,2,2
1,2,2,2,2,2,2,0,0,2
1,1,2,2,2,2,2,2,0,2
1,1,1,2,2,2,2,2,2,2
1,2,2,2,2,2,2,2,0,2
1,1,2,2,2,2,2,2,2,2
1,2,2,2,2,2,2,2,2,2
2,0,0,0,0,0,0,0,0,0
2,1,0,0,0,0,0,0,0,0
2,1,1,0,0,0,0,0,0,0
2,1,1,1,0,0,0,0,0,0
2,1,1,1,1,0,0,0,0,0
2,1,1,1,1,1,0,0,0,0
2,1,1,1,1,1,1,0,0,0
2,1,1,1,1,1,1,1,0,0
2,1,1,1,1,1,1,1,1,0
2,2,0,0,0,0,0,0,0,0
2,1,2,0,0,0,0,0,0,0
2,1,1,2,0,0,0,0,0,0
2,1,1,1,2,0,0,0,0,0
2,1,1,1,1,2,0,0,0,0
2,1,1,1,1,1,2,0,0,0
2,1,1,1,1,1,1,2,0,0
2,1,1,1,1,1,1,1,2,0
2,2,2,0,0,0,0,0,0,0
2,1,2,2,0,0,0,0,0,0
2,1,1,2,2,0,0,0,0,0
2,1,1,1,2,2,0,0,0,0
2,1,1,1,1,2,2,0,0,0
2,1,1,1,1,1,2,2,0,0
2,1,1,1,1,1,1,2,2,0
2,2,2,2,0,0,0,0,0,0
2,1,2,2,2,0,0,0,0,0
2,1,1,2,2,2,0,0,0,0
2,1,1,1,2,2,2,0,0,0
2,1,1,1,1,2,2,2,0,0
2,1,1,1,1,1,2,2,2,0
2,2,2,2,2,0,0,0,0,0
2,1,2,2,2,2,0,0,0,0
2,1,1,2,2,2,2,0,0,0
2,1,1,1,2,2,2,2,0,0
2,1,1,1,1,2,2,2,2,0
2,2,2,2,2,2,0,0,0,0
2,1,2,2,2,2,2,0,0,0
2,1,1,2,2,2,2,2,0,0
2,1,1,1,2,2,2,2,2,0
2,2,2,2,2,2,2,0,0,0
2,1,2,2,2,2,2,2,0,0
2,1,1,2,2,2,2,2,2,0
2,2,2,2,2,2,2,2,0,0
2,1,2,2,2,2,2,2,2,0
2,2,2,2,2,2,2,2,2,0
BA$2B!
Also, is there any way to specify that the rule should be isotropic but not outer-totalistic?