A Gomoku Web Applition to explore minimax algorithm with alpha-beta tunning, Azure Function, Rust and WebAssembly.
cd backend
cargo build --release --features "server"
./target/release/gomoku -s //start server listen to http://localhost:3000
Open client/index.html in browser and have fun.
cargo install wasm-bindgen-cli wasm-pack
./wasm.sh
Thanks Yunzhu.Li for initial version of Client.