class Life
- Life
- Reference
- Object
Defined in:
game_of_life.crConstant Summary
-
DIR =
[{0, 1}, {1, 0}, {0, -1}, {-1, 0}, {1, 1}, {1, -1}, {-1, 1}, {-1, -1}]
Constructors
Instance Method Summary
- #[](*args, **options)
- #[](*args, **options, &)
- #g : Array(Array(Bool))
- #h : Int32
- #neighbour(y, x)
- #nex!
- #outside?(y, x)
- #seed!
- #w : Int32