gosperGliderGun property

GridWorld gosperGliderGun
final

Emits a glider every 15 iterations down and to the right.

Implementation

static final GridWorld gosperGliderGun = GridWorld.fromString('''
......................................
.........................#............
.......................#.#............
.............##......##............##.
............#...#....##............##.
.##........#.....#...##...............
.##........#...#.##....#.#............
...........#.....#.......#............
............#...#.....................
.............##.......................
......................................
''');