Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 866 Bytes

Memory Game Project

Description

This is a browser-based card matching game (also known as Concentration).

Click here to play online.

Or Run locally

  • Download zip or clone github repository
  • Open/Run index.html in you browser

How to play

The gameplay rules are very simple: flip over two hidden cards at a time to locate the ones that match.

Each turn:

  • The player flips one card over to reveal its underlying symbol.
  • The 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 have been correctly matched.

Plugins used