Skip to content

rotoclone/bevy-jam-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extreme Bounce Party 2000

For Bevy Jam 3: https://itch.io/jam/bevy-jam-3

Play it on itch.io: https://the-nacho.itch.io/extreme-bounce-party-2000

Licensed under the dual MIT / Apache-2.0 license

Building for web

Prerequisites

  • rustup target install wasm32-unknown-unknown
  • cargo install wasm-bindgen-cli

Build

  1. cargo build --release --target wasm32-unknown-unknown
  2. wasm-bindgen --out-dir out --target web target/wasm32-unknown-unknown/release/bevy-jam-03.wasm
  3. cp index.html out
  4. cp -r assets out