by Dima Kroma.
A FEND Udacity project
How to Play:
This is a memory matching card game. Your goal is to match each card with its pair. There are 8 pairs . Click on a card, remember its icon, then continue clicking other cards until you find its match. The game ends when all the pairs are matched.
See your progress in the top area . when you finish the game you'll get the statistics about how you played.
You can play again by pressing the little arrow on the top right of the deck area.
Dependencies used in this project:
In js/app.js file:
-Shuffle function from http://stackoverflow.com/a/2450976
-timer function made with help from w3schools.com website
In css/app.css file:
-Animation from webkit.org
And in addition to using the CSS from:
https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css
https://fonts.googleapis.com/css?family=Coda
Used Atom text editor to develop this project