Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 2.08 KB

README.md

File metadata and controls

71 lines (47 loc) · 2.08 KB

Memory Game Project

Welcome to the Memory Game project! This simple yet entertaining game challenges your memory skills as you match pairs of cards to reveal hidden images. The goal is to successfully match all 16 cards organized in 8 sets, and when you do, a delightful congratulations message along with a confetti effect will make your victory even more enjoyable.

Table of Contents

Demo

Live Demo (Coming Soon)

Features

  • Interactive memory game with 16 cards organized in 8 sets.
  • Engaging gameplay to test and improve your memory skills.
  • Congratulatory message and confetti effect upon winning.
  • Created using HTML, CSS, and JavaScript for a seamless web experience.
  • Responsive design for playability on various devices.

Getting Started

To get a copy of the project up and running on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Satyam4229/memory-game/
  2. Open the project folder:

    cd memory-game
  3. Launch the index.html file in your preferred web browser.

How to Play

  1. Click on a card to reveal the hidden image.
  2. Click on a second card to find its match.
  3. If the two cards match, they remain open; otherwise, they will flip back.
  4. Continue until all 8 sets of cards are matched.
  5. Upon successfully matching all sets, enjoy the congratulations message and confetti effect!

Built With

  • HTML
  • CSS
  • JavaScript

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to help improve the game.

License

This project is licensed under the Apache-2.0 - see the LICENSE file for details.

Acknowledgments

  • Special thanks to Gabriel age for the confetti effect implementation.
  • Inspired by the classic memory card games that have entertained generations.