Skip to content

Implemented "Always have move" algorithm on a match 3 game made with Cocos Creator using JavaScript

License

Notifications You must be signed in to change notification settings

Ghamza-Jd/Match-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implemented "Always have move" algorithm on a match 3 game made with Cocos Creator using JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published