Skip to content

Onitama game in Bevy engine for university project in AI subject

License

Notifications You must be signed in to change notification settings

cyoq/onitama-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onitama-rs

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/

WASM

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

References

Fonts

About

Onitama game in Bevy engine for university project in AI subject

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published