kubowania / candy-crush

A vanilla JavaScript Game inspired by Candy Crush
209 stars 264 forks source link

Added invalid swap feature #2

Open mizanxali opened 4 years ago

mizanxali commented 4 years ago

feature

In the actual candy crush game, you cannot swap two candies if they don't make a match. But we could do that in your version of the game. I changed that by adding boolean return values to the functions which check for matches, and then using those booleans to validate or invalidate the players swaps.

OrangoMango commented 3 years ago

8 I had this problem