https://github.com/trisdeveloper/memory-game
memory game on javaScript
https://github.com/trisdeveloper/memory-game
Last synced: 19 days ago
JSON representation
memory game on javaScript
- Host: GitHub
- URL: https://github.com/trisdeveloper/memory-game
- Owner: trisDeveloper
- Created: 2022-07-25T08:22:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T08:58:32.000Z (over 1 year ago)
- Last Synced: 2025-01-13T05:25:53.633Z (6 months ago)
- Language: HTML
- Size: 1.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Game
This is a simple Memory Game project that I developed as part of my coding journey. The game presents players with a grid of cards, each containing a hidden symbol. Players must flip over pairs of cards to find matching symbols.
# Live Game
https://trisDeveloper.github.io/memory-game/
## Features- Grid of cards with hidden symbols.
- Flip animation when cards are clicked.
- Logic to check for matching pairs.
- Victory condition when all pairs are found.## How to Play
1. Open `index.html` in your web browser.
2. Click on any card to reveal its hidden symbol.
3. Click on another card to try and find a matching pair.
4. Continue until all pairs have been found.## Technologies Used
- HTML
- CSS
- JavaScript## Credits
This project was developed by tris dev. Feel free to modify and use it for your own learning purposes.