A simple GUI Rust asteroids game.
W
: ForwardA
: Rotate leftD
: Rotate rightSpace
: Shield- Mouse left-click: Shoot
Esc
: Exit
The game can be played online at: https://bsikar.github.io/asteroids/
To build and run the game locally, you will need to install Rust and Cargo. You can download Rust from the official website: https://www.rust-lang.org/tools/install.
Once you have Rust and Cargo installed, you can build and run the game by running the following command in your terminal:
cargo run --release
asteroids.gameplay.mov
Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for more information.