A game made in Rust for the second Bevy Jam.
rustup target install wasm32-unknown-unknown +nightly
cargo install wasm-server-runner
cargo install wasm-bindgen-cli
cargo run
Does not work for me on Firefox for some reason, but works on Chrome.
cargo build --release
wasm-bindgen --out-dir out/pkg --target web target/wasm32-unknown-unknown/release/combinatorica.wasm
rsync -a assets/ out/assets/
Build, then run this:
cd out
python3 -m http.server <port>
- fix right wing ui
- bonus strength calculation
- meteor merging
- how it fits
- sfx
- load stuff beforehand