Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sudoku
master
Top Level Namespace
Command
InputSource
Sudoku
Cell
Command
Fill
Game
Highlight
Load
NoOp
Save
Built with Crystal 1.9.2
2023-10-08 14:10:13 UTC
class
Sudoku::Game
Sudoku::Game
Reference
Object
Defined in:
sudoku/sudoku.cr
Constructors
.new
(board_data)
Instance Method Summary
#at
(x, y)
#draw_board
(disp)
#process
(c : Command)
#render
Constructor Detail
def self.
new
(board_data)
#
[
View source
]
Instance Method Detail
def
at
(x, y)
#
[
View source
]
def
draw_board
(disp)
#
[
View source
]
def
process
(c :
Command
)
#
[
View source
]
def
render
#
[
View source
]