Class: SimpleSpaceship
- Inherits:
-
Object
- Object
- SimpleSpaceship
- Defined in:
- lib/seeds/simple_spaceship.rb
Constant Summary collapse
- PATTERN =
[ [Cell::DEAD, Cell::ALIVE, Cell::DEAD], [Cell::DEAD, Cell::DEAD, Cell::ALIVE], [Cell::ALIVE, Cell::ALIVE, Cell::ALIVE] ].freeze