Simple Asteroid Shooter Example Game in Rust wit the Bevy engine
- Use W,A,S,D to accelerate and strafe
- Q and E Does a roll
- Spacebar to fly up
- Shift to fly down
- Use mouse to turn
- Left mouse button fires cannon
- Escape to open pause menu
- Spawn and despawn objects around the player deterministicly
- Move around the space in a spaceship
- collide with the objects
- Input System
- Be able to shoot
- destroy objects
- destruction effect
- player damage
- player death
- Menu
- App Quit
- Game States: Start, Playing, End
- Display Health
- Display Points