Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 803 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 803 Bytes

Match3-Zero

  • 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.

Purpose

  • 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

image

image