Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 613 Bytes

File metadata and controls

executable file
·
17 lines (11 loc) · 613 Bytes

Memory-Game

On the Web card match game.

In Each turn:

  • Player flips one card over to reveal it.
  • Player then turns over a second card, trying to find the corresponding card with the same symbol.
  • If the cards match, both cards stay flipped over.
  • If the cards do not match, both cards are flipped face down.
  • The game ends once all cards are correctly matched.

How to Run:

  1. Download or Clone the Repository.
  2. Open index.html in your browser.