This is a simple implementation of the Candy Crush game in HTML Canvas and Javascript. Check it out here.
The goal of the game is to match 3 or more candies of the same color in a row or column. When you match 3 or more candies, they disappear and new candies fall from the top. The game ends when you run out of moves. You can move a candy by clicking on it and then clicking on the candy you want to swap it with.
- Add a score
- Add a high score
- Add a sound
- Fix/Optimize checking algorithms for matches candies.
- Fix flickering animation when swapping candies