Crate game_solver

Source

Enums§

Player
Represents a player in a two-player combinatorial game.

Traits§

Game
Represents a combinatorial game.
TranspositionTable
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