This is a very basic game I made for a game jam about 6 months ago. I'm finally getting it together so that I can do some more work on it. It uses Bevy and builds to web assembly for a web-based game.
- Rust version 1.83
- wasm32-unknown-unknown target
Currently this is on the stable toolchain. It uses Trunk to manage its WebAssembly build: https://trunkrs.dev/
- Install trunk (
cargo install trunk --locked
) - Install wasm-bindgen (because I am an apple M1 user, this must be done manually)
trunk serve
will serve the game and hotreload on any changes
Deploying to Github pages. TBD