Match 3
- May 22, 2020
- embero
A simple and minimalistic Match 3 game in development. Basic game mechanic works - most of the time :) All levels are generated procedurally with a deterministic pseudo random number generator. So when you re-play a level with the exact same settings and moves you get the same results, over and over again. I want to create a "clean art" / minimalistic and smooth Match 3 game without overloading ef…