Rule:Cgolinhexa

From LifeWiki
Jump to navigation Jump to search

@RULE cgolinhexa

  1. Embedding experiments - CGoL into hextiles
  2. By NASZVADI P., 2020

@TABLE n_states:14 neighborhood:hexagonal symmetries:permute

  1. Meanings:
  2. 0 = background/helper temporary state/dead
  3. 1,3 = alive cell
  4. 2,4 = empty cell
  5. 5,6,7,8,9,10,11,12,13 = counts connected

var a={0,1,2,3,4,5,6,7,8,9,10,11,12,13} var b={0,1,2,3,4,5,6,7,8,9,10,11,12,13} var c={0,1,2,3,4,5,6,7,8,9,10,11,12,13} var d={0,1,2,3,4,5,6,7,8,9,10,11,12,13} var e={0,1,2,3,4,5,6,7,8,9,10,11,12,13} var f={0,1,2,3,4,5,6,7,8,9,10,11,12,13} var g={1,2} var h={1,2} var i={3,4} var j={3,4} 0,0,0,1,1,3,3,13 0,0,0,1,1,3,4,12 0,0,0,1,1,4,4,11 0,0,0,1,2,3,3,10 0,0,0,1,2,3,4,9 0,0,0,1,2,4,4,8 0,0,0,2,2,3,3,7 0,0,0,2,2,3,4,6 0,0,0,2,2,4,4,5 2,i,j,5,5,9,9,1 2,i,j,5,6,6,10,1 2,i,j,5,6,7,9,1 2,i,j,5,6,8,9,1 2,i,j,5,8,8,8,1 2,i,j,6,6,6,9,1 2,i,j,6,6,7,7,1 2,i,j,6,6,7,8,1 2,i,j,6,6,8,8,1 1,i,j,8,8,9,12,1 1,i,j,8,8,11,11,1 1,i,j,8,8,12,12,1 1,i,j,8,9,9,10,1 1,i,j,8,9,9,11,1 1,i,j,8,9,9,13,1 1,i,j,8,9,10,12,1 1,i,j,8,9,11,12,1 1,i,j,8,11,11,11,1 1,i,j,9,9,9,9,1 1,i,j,9,9,9,12,1 1,i,j,9,9,10,10,1 1,i,j,9,9,10,11,1 1,i,j,9,9,11,11,1 4,g,h,5,5,9,9,3 4,g,h,5,8,8,12,3 4,g,h,5,8,11,9,3 4,g,h,5,8,6,9,3 4,g,h,5,6,6,6,3 4,g,h,8,8,8,9,3 4,g,h,8,8,11,11,3 4,g,h,8,8,11,6,3 4,g,h,8,8,6,6,3 3,g,h,6,6,9,10,3 3,g,h,6,6,7,7,3 3,g,h,6,6,10,10,3 3,g,h,6,9,9,12,3 3,g,h,6,9,9,7,3 3,g,h,6,9,9,13,3 3,g,h,6,9,12,10,3 3,g,h,6,9,7,10,3 3,g,h,6,7,7,7,3 3,g,h,9,9,9,9,3 3,g,h,9,9,9,10,3 3,g,h,9,9,12,12,3 3,g,h,9,9,12,7,3 3,g,h,9,9,7,7,3 1,0,0,0,0,i,j,1 3,0,0,0,0,g,h,3 1,a,b,c,d,e,f,2 3,a,b,c,d,e,f,4 5,a,b,c,d,e,f,0 6,a,b,c,d,e,f,0 7,a,b,c,d,e,f,0 8,a,b,c,d,e,f,0 9,a,b,c,d,e,f,0 10,a,b,c,d,e,f,0 11,a,b,c,d,e,f,0 12,a,b,c,d,e,f,0 13,a,b,c,d,e,f,0 @COLORS 0 0 0 0 1 255 255 255 2 128 128 128 3 255 255 128 4 32 32 192 5 90 80 70 6 80 60 70 7 70 60 50 8 40 60 50 9 40 30 50 10 48 48 48 11 40 40 40 12 32 32 32 13 24 24 24