A retro-like 2D game built in Rust
space_race_clip1.mov
I am using wasm-server-runner
to run the game in the browser. To learn how to install it, please visit the official repository
Once you have wasm-server-runner
installed, you can run the game by running the following command in the root directory of the project:
cargo run --target wasm32-unknown-unknown
To run the game in the desktop, you can run the following command in the root directory of the project:
cargo run --features bevy/dynamic_linking