Module board

Module board 

Source
Expand description

Contains the Board trait and related enums that define the interface for a game.

Enums§

Bound
Used for alpha-beta pruning to mark nodes as having a definite outcome.
GameOutcome
Represents the possible outcomes of a game.
Player
Represents the players in the game from the perspective of the MCTS search.

Traits§

Board
The central trait of the library, defining the interface for a game state.