This is a a game I am making for the #1 Bevy game jam 2022. It's mainly to test the bevy engine as it uses rust plus the awesome ECS system that I've always wanted to try and use for a game!
rustup target install wasm32-unknown-unknown
cargo install wasm-server-runner
cargo install wasm-bindgen-clicargo runcargo build --release --target wasm32-unknown-unknown
wasm-bindgen --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/double-dodge.wasmThis will:
- Generate release artifacts
- put all the WASM bindings needed to run on the web in the
/outdirectory
After that zip up:
index.html/outdirectory/assetsdirectory
and submit it to Itch.io to play!
- TODO
- TODO
- TODO
