File: gun30.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 (11 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
from glife.base import *

rule()   # use Life rule to evolve phases

__gun30 = queenbee + block (12, 2) + (queenbee[5] + block (12, 2)) (-9, 2, flip_x)
__gun30_asym = queenbee + eater (10, 1, rccw) + (queenbee[5] + block (12, 2)) (-9, 2, flip_x)

gun30   = __gun30 (1, -7)		# aligned gun shooting SE
gun30_a = __gun30_asym (1, -7)		# aligned gun shooting SE

gun60 = gun30 + gun30_a[26] (-4, 11, flip_y)