Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 348 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 348 Bytes

Asteroids in Rust

Shoot all the asteroids. Small asteroids are destroyed when shot, larger asteroids explode into two smaller asteroids.

  • Arrow keys move
  • Space fires
  • R restarts
  • Escape and Q quit

To play, go to the root directory of the source code and run cargo run. Tested with Rust 1.9 on Windows and Linux