mtdf

Crates.iomtdf
lib.rsmtdf
version0.1.1
created_at2025-06-12 19:06:17.237675+00
updated_at2025-06-12 21:13:18.036088+00
descriptionA (bad) Rust implementation of the MTD(f) algorithm.
homepage
repositoryhttps://github.com/Jacob-Dentes/mtdf-rs/tree/main
max_upload_size
id1710174
size43,241
Jacob Dentes (Jacob-Dentes)

documentation

https://docs.rs/mtdf

README

MTDF

A (bad) Rust implementation of the MTD(f) algorithm for two-player, zero-sum games.

How to use

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.

FAQ

  • Does it work?
    • It probably works on one core, maybe not on multiple. Bug reports are welcome!
  • Is it any good?
    • I doubt it.
Commit count: 11

cargo fmt