Docs.rs
minimax-alpha-beta-0.2.0
minimax-alpha-beta 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
aalekhpatel07
Dependencies
anyhow ^1.0.59
normal
clap ^3.2.16
normal
shakmaty ^0.21.3
normal
optional
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
minimax_
alpha_
beta
0.2.0
Module game_
strategy
Module Items
Enums
Traits
In minimax_
alpha_
beta::
strategy
minimax_alpha_beta
::
strategy
Module
game_strategy
Copy item path
Source
Enums
§
Game
Result
Any two-player Minimax game must have this behavior. In other words, these functions should yield meaningful outputs for any two-player games.
Traits
§
Game
Strategy