rusty-bot
v1.1.0
Published
Bot to play connect4
Downloads
3
Readme
Rusty Bot
Rusty bot is a bot to play connect4. It is written in Rust, but compiles to wasm with a thin javascript interface, to be consumed by a web application.
The core of the bot logic is minimax tree search with alpha-beta pruning.
To Build
./build.sh
To Test
cargo test