Rule:WireworldJvN2

From LifeWiki
Jump to navigation Jump to search

@RULE wireworldjvn2

  1. Ruletable from https://conwaylife.com/forums/viewtopic.php?f=11&t=1109
  2. WireWorld JvN
  3. rules: 6
  4. Golly rule-table format.
  5. Each rule: C,U,R,D,L,C'
  6. Default for transitions not listed: no change
  7. Variables are bound within each transition.
  8. For example, if a={1,2} then 4,a,0->a represents
  9. two transitions: 4,1,0->1 and 4,2,0->2
  10. (This is why we need to repeat the variables below.
  11. In this case the method isn't really helping.)

@TABLE n_states:4 neighborhood:vonNeumann symmetries:permute var a={0,1,2,3} var b={0,1,2,3} var c={0,1,2,3} var d={0,1,2,3} var e={0,2,3} var f={0,2,3} var g={0,2,3} var h={0,2,3} 1,a,b,c,d,2 2,a,b,c,d,3 3,e,f,g,1,1