Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 971 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 971 Bytes

Memory Game Project

Memory Game is a browser-based card matching game. The game board consists of sixteen "cards" arranged in a grid. The deck is made up of eight different pairs of cards, each with different symbols on one side. The cards are arranged randomly on the grid with the symbol face down. The gameplay rules are very simple: flip over two hidden cards at a time to locate the ones that match!

Table of Contents

Installation

1. Download or clone the GitHub repository

git clone https://github.com/kokole110/Memory_Game
2. Extract the .zip file
3. Open index.html in your browser.

How to play

  • Turn over one card and then try to find a matching card.
  • If the cards match, both cards stay flipped over.
  • If the cards do not match, both cards are flipped face down.
  • If all cards match, the game ends.
  • The goal is to make as few moves as possible.