class Board
- Board
- Reference
- Object
Defined in:
life/board.crConstructors
Instance Method Summary
- #connect_horizontal : Bool
- #connect_vertical : Bool
- #draw(window)
- #generate_random
-
#get_neighbors(x : Int32, y : Int32)
x is line and y is the column
- #height : Int32
- #matrix : Array(Array(Bool))
- #next
- #read_from_file
- #successor(previous : Board)
- #width : Int32