Onitama game in Bevy engine for university project in AI subject
Play the game online with the WASM build: https://cyoq.github.io/onitama-rs/
To build the WASM version run the following commands:
cargo build --target wasm32-unknown-unknown --release
wasm-bindgen --out-dir ./web/ --target web .\target\wasm32-unknown-unknown\release\onitama-rs.wasm
- Sébastien Belzile. Making Games in Rust
- Félix de Maneville(Qongzi). Bevy Minesweeper
- Chessprogramming
- maxbennedich. onitama