Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 992 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 992 Bytes

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

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.