Skip to content

0xtito/space_race

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A retro-like 2D game built in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages