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.
- Game
Outcome - 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.