- Match3 game implemented using the allocation free Unitasks
- Left click a shape to play
- Any >= 3 matching blocks will be matched and removed, shapes slide downwards to fill any openings
- Board size is dynamic and can be set in BoardFactory using Editor.
- Tested with huge boards, performance still solid.
- Experimenting with zero allocation Unitasks in action
- This utilizes the power of Tasks for writing clean and well structured code in this project, all while gaining a performance boost as a bonus