Skip to content

chenyukang/gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomoku

Build Status

A Gomoku Web Applition to explore minimax algorithm with alpha-beta tunning, Azure Function, Rust and WebAssembly.

Usage

Build server backend

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.

Build WASM backend

cargo install wasm-bindgen-cli wasm-pack
./wasm.sh

demo

Credits

Thanks Yunzhu.Li for initial version of Client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published