Module minimax::strategies [] [src]

Strategy implementations.

Modules

negamax

An implementation of Negamax.

random

A strategy that randomly chooses a move, for use in tests.