cargo run
cargo run --example web
Open under http://localhost:8080
- Use arrow keys to move.
- Press x key to attack.
- Avoid enemies.
- Try to find the green finish area.
- Collect coins to increase score.
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --no-typescript --target web \
--out-dir ./wasm_out/ \
--out-name "game" \
./target/wasm32-unknown-unknown/release/game.wasm