An Asteroids clone game made with Rust and Bevy.
1 - Make sure you have Rust installed. 2 - Clone or download the repository. 3 - Open a terminal and:
cd path/to/bevy_asteroid
cargo run --release
- Arrow keys to move the ship
- Space bar to fire
- Asteroids are spawned explicitely using the S key.
Enjoy !