File: gun256.py

package info (click to toggle)
golly 2.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 9,560 kB
  • ctags: 5,064
  • sloc: cpp: 38,119; python: 3,203; perl: 1,121; makefile: 58; java: 49; sh: 22
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)