This is a simple and fun memory matching game where you click on boxes to try and find matching pairs! The symbols are randomly placed in the boxes, and your goal is to find and match them by clicking around. When you find all the pairs, you win! 🎉
- Click on any box to reveal the hidden symbol.
- Click on another box to try and find its matching pair.
- If the symbols match, they stay revealed!
- If they don’t match, they will be hidden again.
- Keep going until you match all the pairs.
- Want to play again? Just hit the New Game button to reset everything.
- HTML: Lays out the game board and buttons.
- CSS: Styles the boxes and makes things look nice.
- JavaScript: Controls the game logic, randomizing the symbol placements and handling user clicks.
- Add sound effects when clicking or making a match.
- Show the number of attempts taken to complete the game.
- Add different difficulty levels with more symbols.
-
Download or clone the project: 2.git clone https://github.com/your-username/cans-pick-and-find-game.git
-
Open the project folder in VS Code.
-
Install the Live Server extension if you haven't already.
-
Right-click
index.html
and select Open with Live Server to run the game.