minimax-alpha-beta 0.2.0

An implementation of Alpha-Beta Pruning + Minimax Algorithm for arbitrary two player minimax style games like Chess, Go, TicTacToe, etc.
Documentation

minimax-alpha-beta

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 4 feature flags, 2 of them enabled by default.

default

tictactoe (default)

This feature flag does not enable additional features.

chess

shakmaty

This feature flag does not enable additional features.