| Crates.io | mtdf |
| lib.rs | mtdf |
| version | 0.1.1 |
| created_at | 2025-06-12 19:06:17.237675+00 |
| updated_at | 2025-06-12 21:13:18.036088+00 |
| description | A (bad) Rust implementation of the MTD(f) algorithm. |
| homepage | |
| repository | https://github.com/Jacob-Dentes/mtdf-rs/tree/main |
| max_upload_size | |
| id | 1710174 |
| size | 43,241 |
A (bad) Rust implementation of the MTD(f) algorithm for two-player, zero-sum games.
You need to implement GameState for your game, see the docs for the required methods.
Check out the beginner examples at examples/tictactoe.rs or examples/wythoff.rs for simple usage examples.