Skip to content

darcdev/MemoryGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory-Game

can you concentrate?

Project purpouse

This game was made for udacity project , the purpouse is to demonstrate our learn adquired of the course of HTML, CSS, and JavaScript.

How to play Memory Game?

The game board consists of sixteen cards arranged randomly in a grid. The deck is made up of 8 pairs of cards, each with different symbols on one side.

what happen in the game?

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 returned to their initial hidden state The game ends once all cards have been correctly matched.

Special Features

The game features a timer to keep track of how long it takes to win and reports time on win screen The player starts out with a three star rating -- but the rating drops the more moves it take to complete the game When the game ends, a pop-up appears with the elapsed time, final star rating and a restart button

Array shuffle:

<http://stackoverflow.com/questions/2450954/how-to-randomize-shuffle-a-javascript-arr Udacity Resources: Project Description Project Rubric

About

Website:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors