Skip to content

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

License

Notifications You must be signed in to change notification settings

JoanStinson/SpaceFighterMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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