An up-and-coming alpha-beta bot for the board game of Tak.
-
Install Rust.
-
Set the environment variable
RUSTFLAGSto-Ctarget-cpu=native. -
Compile and run the bot. Follow on-screen instructions in the event of errors.
cargo r -r -- teito run the bot in tei mode.cargo r -r -- search "<tps>"to evaluate a position.cargo r -r -- perft "<tps>"to get perft numbers for a position.- The binary, which can be found in the
/target/releasedirectory, can provide a full, up-to-date list of command line arguments.