Skip to content

Instantly share code, notes, and snippets.

@API-Beast
Created January 17, 2016 21:07
Show Gist options
  • Save API-Beast/c2c363cf43360d3bb2bd to your computer and use it in GitHub Desktop.
Save API-Beast/c2c363cf43360d3bb2bd to your computer and use it in GitHub Desktop.
Rule
{
Chance = 1
Priority = 1011
PatternCenter = [1, 0]
OutputCenter = [0, 1]
[->Pattern]
ww
ww
ww
gw
[<-]
[->Output]
0101
0001
0001
[<-]
}
Rule
{
Chance = 1
Priority = 1011
PatternCenter = [0, 0]
OutputCenter = [0, 1]
[->Pattern]
ww
ww
ww
wg
[<-]
[->Output]
0101
0001
0001
[<-]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment