Skip to content

Cann-E/JavaScript_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Cans Pick and Find Game

What is this game?

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! 🎉

How to Play

  1. Click on any box to reveal the hidden symbol.
  2. Click on another box to try and find its matching pair.
  3. If the symbols match, they stay revealed!
  4. If they don’t match, they will be hidden again.
  5. Keep going until you match all the pairs.
  6. Want to play again? Just hit the New Game button to reset everything.

What’s Under the Hood?

  • 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.

Future Improvements

  • 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.

Want to Try It?

  1. Download or clone the project: 2.git clone https://github.com/your-username/cans-pick-and-find-game.git

  2. Open the project folder in VS Code.

  3. Install the Live Server extension if you haven't already.

  4. Right-click index.html and select Open with Live Server to run the game.

Have Fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published