Teaching myself Rust by writing an asteroids game.
- 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?)
- Polygon area calculation incorrect (assumes convexity)