Enums§
- Player
- Represents a player in a two-player combinatorial game.
Traits§
- Game
- Represents a combinatorial game.
- Transposition
Table - A transposition table for a game. Transposition tables implement caching for minimax algorithms.
Functions§
- move_
scores - Utility function to get a list of the move scores of a certain game.
- solve