gunFight static method

GridWorld gunFight()

A fight between two Gosper glider guns.

Implementation

static GridWorld gunFight() {
  final g1 = gosperGliderGun.padBottom(10).padRight(32);
  return g1.appendBottom(g1.clockwise90().clockwise90());
}