package
Version:
v0.0.0-...-8995d9b
Opens a new window with list of versions in this module.
Published: Dec 15, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Board struct {
NumberGrid [][]uint
Marked [][]bool
WinsInRound uint
Score uint
}
type Game struct {
Balls []uint
Boards []Board
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.