Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Direction ¶
type Direction int
Direction is an enum representing the direction of a line in a grid, either 'Horizontal' or 'Vertical'.
type Generator ¶
type Generator struct {
LineLength int
PreferredWords []string
ObscureWords []string
ExcludedWords []string
MinWordLength *int
MaxWordLength *int
// contains filtered or unexported fields
}
func CreateGenerator ¶
type GeneratorParams ¶
type Grid ¶
type Grid struct {
// contains filtered or unexported fields
}
Grid is a 2D grid of runes.
It represents a 'definite' possible grid
func (Grid) DebugString ¶
Click to show internal directories.
Click to hide internal directories.