The version of the post quoted below which can be displayed in LifeViewer.
1. This rule is the MilhinSA-meets-Generations treatment applied to B35/S1347. It, rather oddly, has both c/3 and 2c/7 diagonal spaceships:
Code: Select all
#R name
!
@RULE name
@TABLE
n_states:6
neighborhood:Moore
symmetries:permute
var a={1,3}
var b={1,3}
var c={1,3}
var d={1,3}
var e={1,3}
var f={1,3}
var g={1,3}
var h={1,3}
var j={0,2,4,5}
var k={0,2,4,5}
var l={0,2,4,5}
var m={0,2,4,5}
var n={0,2,4,5}
var o={0,2,4,5}
var p={0,2,4,5}
var q={0,2,4,5}
var s={0,1,2,3,4,5}
var t={0,1,2,3,4,5}
var u={0,1,2,3,4,5}
var v={0,1,2,3,4,5}
var w={0,1,2,3,4,5}
var x={0,1,2,3,4,5}
var y={0,1,2,3,4,5}
var z={0,1,2,3,4,5}
0,a,b,c,d,e,j,k,l,3
0,a,b,c,j,k,l,m,n,3
1,a,b,c,d,e,f,g,q,1
1,a,b,c,d,n,o,p,q,1
1,a,b,c,m,n,o,p,q,1
1,a,k,l,m,n,o,p,q,1
3,s,t,u,v,w,x,y,z,1
1,s,t,u,v,w,x,y,z,2
2,s,t,u,v,w,x,y,z,4
4,s,t,u,v,w,x,y,z,5
5,s,t,u,v,w,x,y,z,0
2. This is of the birth-then-survival subset of alternating rules: Basically, B2/TS247. It's got three spaceship speeds so I suppose it counts as interesting:
Code: Select all
#R name
!
@RULE name
@TABLE
n_states:3
neighborhood:Moore
symmetries:permute
var a={1,2}
var b={1,2}
var c={1,2}
var d={1,2}
var e={1,2}
var f={1,2}
var g={1,2}
var h={1,2}
var s={0,1,2}
var t={0,1,2}
var u={0,1,2}
var v={0,1,2}
var w={0,1,2}
var x={0,1,2}
var y={0,1,2}
var z={0,1,2}
0,1,1,0,0,0,0,0,0,2
2,2,2,0,0,0,0,0,0,1
2,2,2,2,2,0,0,0,0,1
2,2,2,2,2,2,2,2,0,1
1,s,t,u,v,w,x,y,z,2
2,s,t,u,v,w,x,y,z,0
3. 2-state rule, has cutesy spinning oscillators and a c/5 spaceship:
Code: Select all
#R name
!
@RULE name
@TABLE
n_states:2
neighborhood:Moore
symmetries:rotate8
var s={0,1}
var t={0,1}
var u={0,1}
var v={0,1}
var w={0,1}
var x={0,1}
var y={0,1}
var z={0,1}
1,1,0,0,0,0,0,0,0,1
0,1,0,1,0,0,0,0,0,1
0,1,0,0,1,0,0,0,0,1
0,1,1,1,0,0,0,0,0,1
0,1,1,0,1,0,0,0,0,1
0,1,1,0,0,1,0,0,0,1
0,1,1,0,0,0,1,0,0,1
0,1,1,0,0,0,0,1,0,1
0,1,0,1,0,1,0,0,0,1
0,1,0,1,0,0,1,0,0,1
1,s,t,u,v,w,x,y,z,0
4. A small variation on standard Life, where a cell can be born on B2 if the two parents are directly opposite each other, and conversely, can die even with S2 if the two neighbours are, again, directly opposite. It has lots of pretty oscillators and the t-tetromino is a c/5 spaceship.
Code: Select all
#R name
!
@RULE name
@TABLE
n_states:2
neighborhood:Moore
symmetries:rotate8
var s={0,1}
var t={0,1}
var u={0,1}
var v={0,1}
var w={0,1}
var x={0,1}
var y={0,1}
var z={0,1}
1,1,1,1,0,0,0,0,0,1
1,1,1,0,1,0,0,0,0,1
1,1,1,0,0,1,0,0,0,1
1,1,1,0,0,0,1,0,0,1
1,1,1,0,0,0,0,1,0,1
1,1,0,1,0,1,0,0,0,1
1,1,0,1,0,0,1,0,0,1
1,1,1,0,0,0,0,0,0,1
1,1,0,1,0,0,0,0,0,1
1,1,0,0,1,0,0,0,0,1
0,1,0,0,0,1,0,0,0,1
0,1,1,1,0,0,0,0,0,1
0,1,1,0,1,0,0,0,0,1
0,1,1,0,0,1,0,0,0,1
0,1,1,0,0,0,1,0,0,1
0,1,1,0,0,0,0,1,0,1
0,1,0,1,0,1,0,0,0,1
0,1,0,1,0,0,1,0,0,1
1,s,t,u,v,w,x,y,z,0
5. This is a 7-state rule designed to contain a tiny (2,1)c/3 knightship. It tends to be dominated by crazy amounts of two different kinds of replicators as well as 2c/3 orthogonal spaceships. Some really interetsing guns are possible, I might post some of those later:
Code: Select all
#R name
!
@RULE name
@TABLE
n_states:7
neighborhood:Moore
symmetries:permute
var a={0,6}
var b={0,6}
var c={0,6}
var d={0,6}
var e={0,6}
var f={0,6}
var g={2,4}
var h={2,4}
var i={2,4}
var j={3,5,6}
var k={3,5,6}
var l={3,5,6}
var m={3,5,6}
var n={3,5,6}
var o={3,5,6}
var p={3,5,6}
var q={3,5,6}
var s={0,1,2,3,4,5,6}
var t={0,1,2,3,4,5,6}
var u={0,1,2,3,4,5,6}
var v={0,1,2,3,4,5,6}
var w={0,1,2,3,4,5,6}
var x={0,1,2,3,4,5,6}
var y={0,1,2,3,4,5,6}
var z={0,1,2,3,4,5,6}
0,1,1,0,0,0,0,0,0,4
0,g,h,i,0,0,0,0,0,5
0,6,5,a,b,c,d,e,f,1
0,j,k,l,m,0,0,0,0,1
1,s,t,u,v,w,x,y,z,2
2,s,t,u,v,w,x,y,z,3
3,s,t,u,v,w,x,y,z,0
4,s,t,u,v,w,x,y,z,6
5,s,t,u,v,w,x,y,z,0
6,s,t,u,v,w,x,y,z,0
6. I don't know what this is, i just found it in my rules folder.
Code: Select all
#R name
!
@RULE name
@TABLE
n_states:4
neighborhood:Moore
symmetries:permute
var s={0,1,2,3}
var t={0,1,2,3}
var u={0,1,2,3}
var v={0,1,2,3}
var w={0,1,2,3}
var x={0,1,2,3}
var y={0,1,2,3}
var z={0,1,2,3}
var a={1,0}
var b={1,0}
var c={1,0}
1,1,c,a,b,0,0,0,0,2
0,1,1,1,0,0,0,0,0,3
3,s,t,u,v,w,x,y,z,1
0,2,2,3,0,0,0,0,0,1
2,2,2,3,0,0,0,0,0,1
2,s,t,u,v,w,x,y,z,0
1,s,t,u,v,w,x,y,z,0
7. One challenge attempt. Nothing exists besides 2c/7 diagonal spaceships and replicators.
Code: Select all
#R name
!
@RULE name
@TABLE
n_states:8
neighborhood:Moore
symmetries:permute
var a={1,2,3,4,5,6,7}
var b={1,2,3,4,5,6,7}
var c={1,2,3,4,5,6,7}
var d={1,2,3,4,5,6,7}
var e={1,2,3,4,5,6,7}
var f={1,2,3,4,5,6,7}
var g={1,2,3,4,5,6,7}
var h={1,2,3,4,5,6,7}
var s={0,1,2,3,4,5,6,7}
var t={0,1,2,3,4,5,6,7}
var u={0,1,2,3,4,5,6,7}
var v={0,1,2,3,4,5,6,7}
var w={0,1,2,3,4,5,6,7}
var x={0,1,2,3,4,5,6,7}
var y={0,1,2,3,4,5,6,7}
var z={0,1,2,3,4,5,6,7}
0,1,0,0,0,0,0,0,0,2
0,1,1,1,0,0,0,0,0,2
0,1,1,1,1,0,0,0,0,2
1,1,1,0,0,0,0,0,0,2
0,2,2,2,0,0,0,0,0,3
0,2,2,2,2,2,0,0,0,3
0,2,2,2,2,2,2,2,2,3
2,2,0,0,0,0,0,0,0,3
0,3,3,0,0,0,0,0,0,4
0,4,4,0,0,0,0,0,0,5
0,4,4,4,4,0,0,0,0,5
0,4,4,4,4,4,0,0,0,5
0,4,4,4,4,4,4,4,0,5
5,5,5,0,0,0,0,0,0,6
5,5,5,5,0,0,0,0,0,6
0,5,5,5,5,5,5,5,5,6
0,5,5,5,5,5,5,5,0,6
0,5,5,5,5,5,5,0,0,6
6,6,6,0,0,0,0,0,0,7
6,6,6,6,0,0,0,0,0,7
0,6,6,6,6,6,0,0,0,7
7,7,7,0,0,0,0,0,0,1
7,7,7,7,0,0,0,0,0,1
0,7,7,7,7,0,0,0,0,1
1,s,t,u,v,w,x,y,z,0
2,s,t,u,v,w,x,y,z,0
3,s,t,u,v,w,x,y,z,0
4,s,t,u,v,w,x,y,z,0
5,s,t,u,v,w,x,y,z,0
6,s,t,u,v,w,x,y,z,0
7,s,t,u,v,w,x,y,z,0
8.
An earlier attempt at the same challenge. Explosive as hell but has some rakes and things.
Code: Select all
#R name
!
@RULE name
@TABLE
n_states:5
neighborhood:Moore
symmetries:permute
var a={1,2,3,4}
var b={1,2,3,4}
var c={1,2,3,4}
var d={1,2,3,4}
var e={1,2,3,4}
var f={1,2,3,4}
var g={1,2,3,4}
var h={1,2,3,4}
var s={0,1,2,3,4}
var t={0,1,2,3,4}
var u={0,1,2,3,4}
var v={0,1,2,3,4}
var w={0,1,2,3,4}
var x={0,1,2,3,4}
var y={0,1,2,3,4}
var z={0,1,2,3,4}
0,1,0,0,0,0,0,0,0,2
0,1,1,0,0,0,0,0,0,2
0,1,1,1,1,1,1,1,1,2
0,2,2,0,0,0,0,0,0,3
0,2,2,2,2,2,2,2,0,3
0,3,3,3,0,0,0,0,0,4
0,3,3,3,3,0,0,0,0,4
0,3,3,3,3,3,0,0,0,4
0,4,4,0,0,0,0,0,0,1
0,4,4,4,0,0,0,0,0,1
0,4,4,4,4,4,4,0,0,1
1,s,t,u,v,w,x,y,z,0
2,s,t,u,v,w,x,y,z,0
3,s,t,u,v,w,x,y,z,0
4,s,t,u,v,w,x,y,z,0