File: gun256.py

package info (click to toggle)
golly 2.3-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 10,080 kB
  • sloc: cpp: 41,951; python: 6,339; sh: 3,912; perl: 1,172; java: 49; makefile: 47
file content (7 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
from glife.herschel import *

__c64 = hc64 (9, 0)
__stub = eater (4, -16, rccw)

gun256_full = herschel (9, 0) + __c64 + __c64.apply (rcw) + __c64.apply (flip) + __c64.apply (rccw)
gun256      = (gun256_full + __stub + __stub.apply (rccw) + __stub.apply (flip)) (-25, -12)