Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 770 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 770 Bytes

Introduction

A Match-3 game is a block-based puzzle where you move blocks around in the game area to create groups of three or more that share a common attribute (such as a color or a shape).
Most of the Match-3 games solves the problem of "Unplayable Board State" by shuffling the tiles. It is said that: "Prevention is shall reap better than cure", for that this game implements an "Always have moves" algorithm, which ensures that we will not reach an unplayable state.

Resources

Demo

Lightweight version using html5 canvas
http://hamzajadid.me/match3.html