A simple puzzle game built with HTML, CSS, and JavaScript. The goal is to clear groups of matching symbols on a grid before running out of moves.
- Click on any symbol on the grid.
- If there are two or more connected matching symbols (horizontally or vertically), they will be cleared from the grid.
- Cleared spaces will be filled with new random symbols.
- Each move that clears symbols reduces the move count.
- The game ends when you run out of moves.
- A game over screen will display your final score and provide an option to play again.
- Minimalist Design: Uses only black and white color palette for a clean look.
- Randomly Generated Grid: Every game starts with a unique puzzle configuration.
- Score and Moves Counter: Keeps track of your progress during the game.
- Game Over Screen: Displays final score and restart option when out of moves.
- Responsive: Game adapts to different browser window sizes.
- HTML: For structuring the page and elements.
- CSS: For styling and layout.
- JavaScript: For game logic and interactivity.
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser. - Start playing!
index.html
: The main HTML file for the game.README.md
: This file, providing a description of the game.
- Implement animation for better user feedback.
- Add difficulty levels for varied game experience.
- Keep High scores in browser's storage.
This project is open-source and available under the MIT License. Feel free to use, modify and contribute!