blinker property

GridWorld blinker
final

Pattern with a period of two.

Implementation

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