A space invaders like clone using Rust / Bevy.
Guides I used to help make was from the offical bevy doc here https://github.com/bevyengine/bevy, as well as https://github.com/bevyengine/awesome-bevy
Inital game sturture was based around bevy's breakout example code.
Ship and Alien Sprites were found in the Python Crash Course guide by Eric Matthes.
Use Cargo run.
Left and Right to move the spaceship around Space to fire the beam. Esc to quit.
Try to beat all the aliens before you run out of lives.