Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 790 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 790 Bytes

Stela Nubo

Simple Asteroid Shooter Example Game in Rust wit the Bevy engine

Yellow space ship floating in a field of square asteroids.

Controls

  • 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

Goals

  • 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