Little game for the Bevy Jam #2
Combine the given items to create the sushi boat !
- Drag and drop items with your mouse
- Stick two items together to combine them
- Compile wasm app
cargo build --release --target wasm32-unknown-unknown
- Create JS bindings
wasm-bindgen --out-dir ./dist/target --target web ./target/wasm32-unknown-unknown/release/stacker.wasm
- Copy assets to the
dist
folder
cp -r assets dist
- Start a local web server
basic-http-server dist
- Publish to itch.io
zip dist.zip dist/**/*
Code is licensed under MIT or Apache-2.0.
Assets are licensed under CC BY 4.0.