Documentation ¶
Overview ¶
Package board handles the game board and all interactions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Board ¶
type Board struct {
// contains filtered or unexported fields
}
Board represents the game board and all its state.
func (*Board) Events ¶
Events handles any events from the websocket. This function should be registered with any code receiving the web socket events.
Click to show internal directories.
Click to hide internal directories.