Skip to content

Basic match 3 game implementation using model-view-controller structure done in one weekend.

License

Notifications You must be signed in to change notification settings

JoanStinson/TapMatchMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tap Match MVC

Basic match 3 game implementation using model-view-controller structure done in one weekend.

Made With Unity License Last Commit Repo Size Downloads Last Release

📜 Kata Rules

  • Rectangular grid configurable from 5 to 20.
  • Objects in grid configurable from 3 to 6.
  • No turn limits, it only ends if player quits.
  • When player taps matchable, connected ones are removed.
  • Removed matchables disappear.
  • Matchables from the top come down.
  • Empty spaces are filled with new matchables.
  • Player is not able to tap anything before the new matchables have finished animation.

🔍 Unit Tests