Simple Asteroids-inspired game implementation using model-view-controller structure done in one weekend.
- A very basic start screen.
- Movement of the player ship.
- Asteroids that break down into smaller asteroids.
- The player to have a few lives.
- A basic score system for how many asteroids you destroyed.
- A simple game over screen showing the score achieved.