A Rust implementation using the bevy engine of a small game reminiscent of the old shoot'em up.
You need Rust and Cargo installed. See: https://doc.rust-lang.org/cargo/getting-started/installation.html
Once you have Rust and Cargo installed, execute:
cargo build --release
This compiles the binary target/release/asteroids
you can then run with cargo:
cargo run --release
Guillaume Wafo-Tapa - gwafotapa
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.