Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joanstinson/tapmatchmvc

Basic match 3 game implementation using model-view-controller structure done in one weekend.
https://github.com/joanstinson/tapmatchmvc

csharp match3-game mvc-architecture puzzle-game single-responsibility-principle unit-tests unity-game unity3d

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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