Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenBoard ¶
func GenBoard(boardType BoggleType) [][]string
Generate a boggle board. Seed the random generator before calling this method.
func PrintBoard ¶
func PrintBoard(board [][]string)
Types ¶
type BoggleType ¶
type BoggleType int
const ( Normal BoggleType = iota OldNormal Big BigChallenge Super )
Click to show internal directories.
Click to hide internal directories.