Skip to content

bevy-jam-team/unfair-boss-chaos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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