A simple Candy Crush clone built using HTML, CSS, and JavaScript.
This project recreates the classic puzzle game where players swap candies to match three or more of the same type in a row or column.
- Interactive grid-based board.
- Swap & match candies functionality.
- Score tracking system.
- Basic animations and styles for candy swapping.
- Pure JavaScript (no libraries) implementation.
- HTML5 – Game structure
- CSS3 – Styling & layout (
candy.css,styles.css) - JavaScript (ES6) – Game logic (
candy.js)