Memory App is a project from Udacity course - "Front-End Web Developer Nanodegree Program". This is a simple memory card game.
- This is a complete, responsive browser-based card matching game.
- Project includes HTML, JS and CSS files.
- Page utilizes a flexbox layout.
- Project utilizes jQuery library and uses jQuery plugin = Runner.
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.
To play the game just open the index.html file in a browser and click the chosen card. A user wins once all cards have successfully been matched. After that congratulations popup will appear and will tell the user how much time it took to win the game, and what the star rating was.