Skip to content

Latest commit

 

History

History
 
 

MatchingPair

Matching Pairs Game

Description

The Matching Pairs Game is a fun and engaging memory game developed using HTML, CSS, and JavaScript. The game challenges players to match pairs of cards with identical images within a limited time. It offers a simple yet addictive gameplay experience, a countdown timer, and a helpful chatbot for hints.

Features

  • Interactive Gameplay: Flip cards to reveal their images and try to find matching pairs.
  • Scoring System: Earn points for each successful match.
  • Countdown Timer: Complete the game within the allotted time to win.(FutureScope)
  • Responsive Design: The game is optimized for both desktop and mobile devices.
  • Dark Theme: The game features a modern dark theme for a comfortable playing experience.

Objective

Match all pairs of cards .

How to Play

  1. Starting the Game:

    • All cards are placed face down on the game board.
    • The score and timer are displayed at the top of the game area.
  2. Flipping Cards:

    • Click on any card to flip it over and reveal the image on the front.
    • Click on a second card to flip it over as well.
  3. Matching Pairs:

    • If the images on the two flipped cards match, they will remain face up.
    • If the images do not match, both cards will flip back face down after a short delay.
  4. Timer:

    • The timer is displayed at the top of the game area. .
  5. Winning and Losing:

    • The game is won when all pairs of cards have been matched before the timer runs out.
  6. Restarting the Game:

    • Refresh the page to start a new game.

Tips

  • Remember the positions of the cards you have already flipped.
  • Use hints strategically to maximize your chances of finding pairs quickly.

ScreeShots

Matching_Pair_Game

workingVideo:

Matching_Pair_Game.mp4

Technologies Used

  • HTML: Structure of the game.
  • CSS: Styling and layout.
  • JavaScript: Game logic and interactivity.

Getting Started

  1. Clone the repository:
    git clone https://github.com/yourusername/matching-pairs-game.git
  2. Navigate to the project directory:
    cd matching-pairs-game
  3. Open index.html in your web browser to play the game.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments


Replace "https://github.com/yourusername/matching-pairs-game.git" with the actual URL of your GitHub repository. This README file provides a detailed description of the game, instructions for playing, and information about the technologies used, making it easy for others to understand and contribute to your project.