Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 688 Bytes

Unfair Boss Chaos

A battle against a boss you think you can defeat.. Make with Rust in a week for the Bevy Jam #1

+NwAp7

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.

Features

  • Pathbinding system
  • Shooting system
  • integrated Physics with Rapier
  • WASM Build

Getting it to run locally on your browser

rustup target add wasm32-unknown-unknown
cargo install wasm-server-runner
cargo run --release

Point browser to http://127.0.0.1:1334