https://github.com/satyam4229/memory-game
Memory Game is a delightful web-based game designed to challenge and entertain players by testing their memory skills. The objective is simple: match all 16 cards organized in 8 sets to emerge victorious. The game, crafted with HTML, CSS, and JavaScript, features an engaging interface.
https://github.com/satyam4229/memory-game
confetti-animation confetti-js css3 html-css-javascript html5 javascript memory-game
Last synced: 3 months ago
JSON representation
Memory Game is a delightful web-based game designed to challenge and entertain players by testing their memory skills. The objective is simple: match all 16 cards organized in 8 sets to emerge victorious. The game, crafted with HTML, CSS, and JavaScript, features an engaging interface.
- Host: GitHub
- URL: https://github.com/satyam4229/memory-game
- Owner: Satyam4229
- License: apache-2.0
- Created: 2024-01-20T16:50:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T17:14:24.000Z (over 1 year ago)
- Last Synced: 2024-01-21T17:54:01.890Z (over 1 year ago)
- Topics: confetti-animation, confetti-js, css3, html-css-javascript, html5, javascript, memory-game
- Language: CSS
- Homepage: https://satyam4229.github.io/Memory-Game/
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](#demo)
- [Features](#features)
- [Getting Started](#getting-started)
- [How to Play](#how-to-play)
- [Built With](#built-with)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgments](#acknowledgments)## 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:
```bash
git clone https://github.com/Satyam4229/memory-game/
```2. Open the project folder:
```bash
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](LICENSE) file for details.
## Acknowledgments
- Special thanks to [Gabriel age](#https://github.com/Agezao) for the confetti effect implementation.
- Inspired by the classic memory card games that have entertained generations.