The Memory Game was built to test your memory skills. The purpose is to match 8 sets of cards in pairs of two in a deck. The game is won once all the cards in the deck have been matched.
This project was built as a Udacity course project. The purpose of the project is to demonstrate mastery of HTML, CSS, and JavaScript.
To play, download the repo and open index.html, or via this link: https://amirabuhasan.github.io/memorygame.
The "deck" consists of 8 pairs of cards - 16 in total. Clicking on a card flips it over to display it's symbol - the aim is to try to match all the cards in the deck to their respective pairs:
- If a pair matches, both cards will stay flipped.
- If they don't both cards will return to their initial state.
The game ends when all cards have been correctly matched.
- Time tracker that tracks the time taken for a user to complete a game.
- Move tracker that tracks the number of moves a user makes.
- Star Rating depending on the number of moves the user takes to complete the game.
http://stackoverflow.com/a/2450976
https://codepen.io/alemesa/pen/xgNjWL?page=10 by Alejandro Mesa
http://freefrontend.com/css-modal-windows/ by Phillip Rappold
This repository is the starter code for all Udacity students. Therefore, we most likely will not accept pull requests.
For details, check out CONTRIBUTING.md.



