Simple space invader game written in Rust.
This is a simple space invader game written in Rust. I am using the OOP approach to write this game. I use macroquad for the game engine.
Here step by step how to run this game.
You must have cargo installed on your machine. You can install it from here.
A step by step series of examples that tell you how to get a development env running.
- Clone this repo
git clone git@github.com:fatihaziz/space-invader-rust-oop.git- Move to directory
cd space-invader-rust-oop- Run the game
cargo run- Add more waves
- Add more movement dynamic for the enemies
- Make the last boss like Tohou game, it can move and shoot at the same time
- @fatihaziz - Dev
See also the list of contributors who participated in this project.
- Hat tip to anyone whose code was used
- Inspiration
- References

