Skip to content

Match3 board implemented using Zero allocation Unitasks

Notifications You must be signed in to change notification settings

pekaram/Match3-Zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages