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

tictactoe

    This feature flag does not enable additional features.

chess

  • dep:shakmaty

shakmaty

    This feature flag does not enable additional features.