can you concentrate?
This game was made for udacity project , the purpouse is to demonstrate our learn adquired of the course of HTML, CSS, and JavaScript.
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.
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.
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
<http://stackoverflow.com/questions/2450954/how-to-randomize-shuffle-a-javascript-arr Udacity Resources: Project Description Project Rubric