The transition of central cell is determined by the number of 0-states 1-states and 2-states in the modified von Neumann neighborhood, where when counting neighbors, the central cell is a neighbor itself.BlinkerSpawn wrote:So how does the rule work in the k5 neighborhood anyway? Tell me that and I can (hopefully) get a ruletable prepared.shouldsee wrote:This k=5 neighbor don't fit into birth/survival notation that nicely, and we can easily find a different k=5 neighborhood on a pentagonal lattice. k=5 neighborhood is not uniquely defined, but this k=5 can be viewed as k=4 with extra symmetry.
an exemplar k=4 rule table is as follows
Code: Select all
@RULE v3k4_000200121021212V
@TABLE
n_states:3
neighborhood:vonNeumann
symmetries:permute
var a={1}
var b={2}
var d={0}
var j={0,1,2}
j,0,0,0,0,0
j,0,0,0,1,0
j,0,0,1,1,0
j,0,1,1,1,2
j,1,1,1,1,0
j,2,0,0,0,0
j,2,1,0,0,1
j,2,1,1,0,2
j,2,1,1,1,1
j,2,2,0,0,0
j,2,2,1,0,2
j,2,2,1,1,1
j,2,2,2,0,2
j,2,2,2,1,1
j,2,2,2,2,2
@COLORS
0 0 0 0
1 0 155 155
2 200 200 0
3 200 0 200
if we can have another option for 'symmetry' that is 'homogeneous' then this would be lot easier.
