Rule:WireworldJvN2
Jump to navigation
Jump to search
@RULE wireworldjvn2
- Ruletable from https://conwaylife.com/forums/viewtopic.php?f=11&t=1109
- WireWorld JvN
- rules: 6
- Golly rule-table format.
- Each rule: C,U,R,D,L,C'
- Default for transitions not listed: no change
- Variables are bound within each transition.
- For example, if a={1,2} then 4,a,0->a represents
- two transitions: 4,1,0->1 and 4,2,0->2
- (This is why we need to repeat the variables below.
- 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