Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 758 Bytes

File metadata and controls

18 lines (10 loc) · 758 Bytes

Memory Game Project

Instructions for launching the game

  1. Clone this repo or download and unzip so that you have the directory fend-project-memory-game on your computer at the location of your choice.

  2. Open index.html in your browser.

Instructions for playing the game

  1. Use mouse clicks or touchscreen taps to uncover pairs of cards.

  2. Your goal is to uncover all of the cards on playing board. Cards can only be uncovered in pairs: if the icons of the two cards match, the cards will remain uncovered, if not, they both return to the covered state.

  3. By memorizing locations of specific icons on the board you will be able to, with a bit of luck, to win the game using as few moves as possible.

Good luck