Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Board ¶
type Cell ¶
type Game ¶
type GeneratorType ¶
type GeneratorType struct {
Generate func(Board, Level)
HideCells func(Board, Level)
SwapDigits func(Board)
SwapRows func(Board)
SwapColumns func(Board)
}
var Generator GeneratorType
Click to show internal directories.
Click to hide internal directories.