lightweightSpaceship property

GridWorld lightweightSpaceship
final

A spaceship that moves right.

Implementation

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