Rule:Seedswalls

From LifeWiki
Revision as of 21:32, 30 September 2023 by B3s23love (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

@RULE Seedswalls

@TABLE

  1. Golly rule-table format.
  2. Each rule: C,N,NE,E,SE,S,SW,W,NW,C'
  3. Default for transitions not listed: no change
  4. Variables are bound within each transition.
  5. For example, if a={1,2} then 4,a,0->a represents
  6. two transitions: 4,1,0->1 and 4,2,0->2
  7. (This is why we need to repeat the variables below.
  8. In this case the method isn't really helping.)

n_states:3 neighborhood:Moore symmetries:rotate8 var a={0,1,2} var b={0,1,2} var c={0,1,2} var d={0,1,2} var e={0,1,2} var f={0,1,2} var g={0,1,2} var h={0,1,2} var i={0,2} var j={0,2} var k={0,2} var l={0,2} var m={0,2} var n={0,2} 1,a,b,c,d,e,f,g,h,2 2,i,j,k,l,m,n,1,1,1 2,i,j,k,l,m,1,n,1,1 2,i,j,k,l,1,m,n,1,1 2,i,j,k,1,l,m,n,1,1