File: gun256.py

package info (click to toggle)
golly 3.2-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 19,516 kB
  • sloc: cpp: 69,819; ansic: 25,894; python: 7,921; sh: 4,267; objc: 3,721; java: 2,781; xml: 1,362; makefile: 530; perl: 69
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)