Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 742 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 742 Bytes

Space Race

A retro-like 2D game built in Rust

space_race_clip1.mov

How to run Space Race locally

Browser

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

Desktop

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