A simple Candy Crush game implemented in React.
This project is a Candy Crush game implemented using React. It provides a simple, delightful and responsive gaming experience that brings the classic match-and-score fun to both web and mobile platforms
https://candy-crush-clone-sp.netlify.app/
- Responsive design to ensure an optimal gaming experience across various screen sizes
- Dynamic grid of candies that can be clicked to create matches
- Score tracking to monitor the player's progress
- Time limit to add an element of challenge
- Modal messages for game outcomes (win or lose)
- Keep track of your gaming statistics:
- Total number of games played
- Number of games won
- Number of games lost
- Node.js installed on your machine.
- Clone the repository: git clone https://github.com/suryaspandey/CandyCrushCloneAssignment.git
- Navigate to the project directory: cd CandyCrushClone
- Install dependencies: npm install
npm run dev
- Click on a group of three or more candies of the same type to burst the candies
- 1 point is earned for each candy burst within the cluster
- Achieve the target score within the time limit to win the game
- If the time limit is reached without reaching the target score, the game is lost
- React
- Redux
- HTML, CSS
- JavaScript


