jarredbarber / rasteroids

an asteroids game in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAsteroids

Teaching myself Rust by writing an asteroids game.

Tasks:

  • Player movement
  • Bullets
  • Asteroid objects
  • Asteroid polygons - randomly generated
  • Collision detection w/ ship
  • Asteroid breakup on hit
  • Scoring
  • Text display
  • WASM deployment testing
  • iOS deployment (if possible?)

Bugs:

  • Polygon area calculation incorrect (assumes convexity)

About

an asteroids game in Rust


Languages

Language:Rust 100.0%