Skip to content

ALaaDawood/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game Project

Overview

Memory game also known as (concentration) is a card game in which all of the cards are laid face down and two cards are flipped face up over each turn. The object of the game is to turn over pairs of matching cards.

Instructions

  • Turn over any two cards.
  • If the two cards match, they'll stay turned over.
  • If they don't match, they'll turn back over.
  • Remember what was on each card and where it was.
  • The game is over when all the cards have been matched.

Screenshots

ScreenShot1 ScreenShot1 ScreenShot1 ScreenShot1 ScreenShot1

Technical Notes

-Use Events, Events handler to control the click of the cards.

-Use browser Local storage to track the player's highest score.

-Use SetInterval to track the player's timer and calculate the time taken to win.

Note

this project is a part of the udacity Front-End web development Nanodegree program.

About

Udacity Front-End web developer Nanodegree project #2. Memory game also known as (concentration).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors