文件名称:gomoku
文件大小:422KB
文件格式:ZIP
更新时间:2024-04-06 14:00:40
Rust
五子棋 Gomoku Web Applition,用于探索具有alpha-beta校正,Azure函数,Rust和WebAssembly的minimax算法。 用法 构建服务器后端 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. 构建WASM后端 货物安装wasm-pack ./wasm.sh // open wasm-client/index.html in brwoser and have fun
【文件预览】:
gomoku-main
----.gitignore(13B)
----README.md(693B)
----.github()
--------workflows()
----.vscode()
--------extensions.json(73B)
--------settings.json(255B)
--------tasks.json(255B)
----client()
--------index.html(15KB)
--------assets()
----wasm.sh(130B)
----backend()
--------.gitignore(357B)
--------Cargo.toml(638B)
--------src()
--------.cargo()
--------function()
--------deploy.sh(58B)
----wasm-client()
--------pkg()
--------worker.js(205B)
--------wasm.js(599B)
--------index.html(14KB)
--------assets()