The game is up! https://candycrushgame.herokuapp.com/
Check out my candy crush coding tutorial here:
https://www.youtube.com/watch?v=8yIKZQMGi0A
DeLiCIouS!
First update on my recreation of candy crush.
I wrote a recursive algorithm to crush the candies just for testing purposes. In the next iteration, I will replace this algorithm and write new ones case by case - creating stripe candies, wrapped candies, and chocolate ball.
I will also write a new algorithm to check if no possible moves can be made, in which case the player loses. A retry button will be added as well.