Crate minimax [] [src]

Reexports

pub use interface::{Evaluation, Evaluator, Game, Move, Player, Strategy, Winner};
pub use strategies::negamax::{Negamax, Options};

Modules

interface

The common structures and traits.

strategies

Strategy implementations.

test

Utility functions for testing, and tests.

ttt

A definition of the game Tic-Tac-Toe using the library, for use in tests.