A battle against a boss you think you can defeat.. Make with Rust in a week for the Bevy Jam #1
Play the game here: https://myisaak.itch.io/unfair-boss-chaos
The code is quite messy, due to having only a week. So apologies beforehand.
- Pathbinding system
- Shooting system
- integrated Physics with Rapier
- WASM Build
rustup target add wasm32-unknown-unknown
cargo install wasm-server-runner
cargo run --release
Point browser to http://127.0.0.1:1334