This is a experiment (and tutorial soon) to learn how to create a Galaga clone using the Bevy game engine framework and Rust language.
- Rust v1.6.4+
- Clone the repo
- Run
cargo run
- Play the game!
- Left/Right - Move player
- Spacebar - Shoot projectile
- Escape - Exit game
I basically used the Bevy Breakout game example as the basis for a lot of the logic and then branched off where needed.
- Namco for Galaga sprites