MSTC-DA-IICT / Hacktoberfest24-candy-crush_HTML_CSS_JS

This is a web-based Candy Crush game built using HTML, CSS, and JavaScript.
1 stars 11 forks source link

Candy Matching and Removal Logic #3

Open aaryashah1010 opened 1 week ago

aaryashah1010 commented 1 week ago

Expected Outcome: Implement logic to check for matches and remove candies, leaving empty spaces where the candies were.

Challenge: Properly identify all possible matches in one move, including chain reactions from candy removals.