Structs§
- Represents a player in an N-player game.
Enums§
- Represents a player in a zero-sum (2-player) game, where the game is impartial. That is, the only difference between players is who goes first.
- Represents a player in a zero-sum (2-player) game, where the game is partizan. That is, a player can affect the
Game::possible_moves
function, or players have different winning outcomes.
Traits§
- Represents a player.
- Represents a two player player.