Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 393 Bytes

Match3Demo

Match3 C# engine with demo game

Nothing unusual. Why I've made this?.. I was veeeery bored.

// Some implementation comments.

The Match3Board is capable to process the whole game but it doesn't do this. It is better to call all the methods from the outside with required timing. For example after animations playback is done. Well, the Match3Demo form will answer how.