A rule I made which is basically LifeHistory except with only state 0,1, and 6.
Just simplifying it but keeping the gray cells.
Code: Select all
@RULE killerlife
@TABLE
n_states:3
neighborhood:Moore
symmetries:permute
0,1,1,1,0,0,0,0,0,1
1,0,0,0,0,0,0,0,0,0
1,1,0,0,0,0,0,0,0,0
1,1,1,1,1,0,0,0,0,0
1,1,1,1,1,1,0,0,0,0
1,1,1,1,1,1,1,0,0,0
1,1,1,1,1,1,1,1,0,0
1,1,1,1,1,1,1,1,1,0
1,2,0,0,0,0,0,0,0,0
1,2,2,0,0,0,0,0,0,0
1,2,2,2,0,0,0,0,0,0
1,2,2,2,2,0,0,0,0,0
1,2,2,2,2,2,0,0,0,0
1,2,2,2,2,2,2,0,0,0
1,2,2,2,2,2,2,2,0,0
1,2,2,2,2,2,2,2,2,0
1,2,1,0,0,0,0,0,0,0
1,2,1,1,0,0,0,0,0,0
1,2,1,1,1,0,0,0,0,0
1,2,1,1,1,1,0,0,0,0
1,2,1,1,1,1,1,0,0,0
1,2,1,1,1,1,1,1,0,0
1,2,1,1,1,1,1,1,1,0
1,2,2,1,0,0,0,0,0,0
1,2,2,1,1,0,0,0,0,0
1,2,2,1,1,1,0,0,0,0
1,2,2,1,1,1,1,0,0,0
1,2,2,1,1,1,1,1,0,0
1,2,2,1,1,1,1,1,1,0
1,2,2,2,1,0,0,0,0,0
1,2,2,2,1,1,0,0,0,0
1,2,2,2,1,1,1,0,0,0
1,2,2,2,1,1,1,1,0,0
1,2,2,2,1,1,1,1,1,0
1,2,2,2,2,1,0,0,0,0
1,2,2,2,2,1,1,0,0,0
1,2,2,2,2,1,1,1,0,0
1,2,2,2,2,1,1,1,1,0
1,2,2,2,2,2,1,0,0,0
1,2,2,2,2,2,1,1,0,0
1,2,2,2,2,2,1,1,1,0
1,2,2,2,2,2,2,1,0,0
1,2,2,2,2,2,2,1,1,0
1,2,2,2,2,2,2,2,1,0
@COLORS
0 0 0 0
1 0 255 0
2 90 90 90
It's the first rule I ever made but I think it's good.
Also. the t-tetromino is a replicator in a grey cell tube