An open API service indexing awesome lists of open source software.

https://github.com/darcdev/memorygame

Website:
https://github.com/darcdev/memorygame

Last synced: 11 months ago
JSON representation

Website:

Awesome Lists containing this project

README

          

# 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: