Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

40 lines (36 loc) · 1.44 KB

Space Fighter MVC

Simple Asteroids-inspired game implementation using model-view-controller structure done in one weekend.

Made With Unity License Last Commit Repo Size Downloads Last Release

📜 Kata Rules

  • 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.

🔍 Unit Tests