struct Board
- Board
- Struct
- Value
- Object
Defined in:
AI2048/board.crConstructors
Instance Method Summary
- #==(b : Board)
- #==(b : StaticArray(Int32, 16))
- #[](row, col)
- #[](tile_number)
- #[]=(row, col, value)
- #[]=(tile_number, value)
- #board : StaticArray(Int32, 16)
- #board=(board : StaticArray(Int32, 16))
- #can_move?(opcode)
- #can_move_down?
- #can_move_left?
- #can_move_right?
- #can_move_up?
- #clear
- #each
- #move!(opcode)
- #move_down!
- #move_left!
- #move_right!
- #move_up!
- #reflect_horizonal!
- #reflect_vertical!
- #rotate_left!
- #rotate_right!
- #size
- #to_s(io)
- #to_slice
- #transpose!
- #transpose2!
- #unsafe_at(index : Int)