class GameOfLife::CellPlane
- GameOfLife::CellPlane
- Reference
- Object
Defined in:
game_of_life/cell_plane.crInstance Method Summary
- #cells : Hash(GameOfLife::CellPlane::Pos, GameOfLife::CellPlane::Cell)
- #get_cell(x, y)
- #set_cell(x, y)
- #step