Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trisdeveloper/memory-game
memory game on javaScript
https://github.com/trisdeveloper/memory-game
Last synced: 6 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T08:58:32.000Z (9 months ago)
- Last Synced: 2024-02-28T21:46:57.837Z (9 months ago)
- Language: HTML
- Size: 1.42 MB
- Stars: 0
- 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/![Screenshot from 2024-02-28 09-55-43](https://github.com/trisDeveloper/memory-game/assets/97057835/79c90062-f369-4ee8-b803-7d551e3b4351)
## 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.