Little game for the Bevy Jam #5 - Cycles.
https://didibear.itch.io/road-on-road
Make as many journeys as possible, avoiding previous versions of yourself!
Commands: Arrow keys or WASD
Project setup using bevy_github_ci_template.
Sounds generated using Chiptone
- Compile wasm app
cargo build --release --target wasm32-unknown-unknown
- Create JS bindings
wasm-bindgen \
--no-typescript --target web \
--out-name bevy_game --out-dir ./wasm/target \
./target/wasm32-unknown-unknown/release/bevy_jam_5_cycles.wasm
- Copy assets to the
wasm
folder
cp -r assets wasm
- Start a local web server
basic-http-server wasm
- Publish to itch.io
zip wasm.zip wasm/**/*
Code is licensed under MIT or Apache-2.0. Assets are licensed under CC BY 4.0.