Project Title : Memory Game
The starter project has HTML and CSS styling to display an interactive Memory Game project. The game board consists of sixteen "cards" arranged in a grid. The deck is made up of eight different pairs of cards, each with different symbols on one side. The cards are arranged randomly on the grid with the symbol face down. Each turn:
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 flipped face down. The game ends once all cards have been correctly matched.
Dependencies Memory game is using graphics from the following source https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css https://fonts.googleapis.com/css?family=Coda
Game is also using the Shuffle function from http://stackoverflow.com/a/2450976
Testing- You can use the Restart Button, in the middle of the game or when the game successfully finishes; Have a look at the graphics for it. https://udacity-reviews-uploads.s3.us-west-2.amazonaws.com/_attachments/58790/1537501355/ezgif.com-video-to-gif__3_.gif
Contributing: Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
js/app.js
includes the app's functionality.