Project in Udacity Front-End Nanodegree Program
In this project, a starter template with preformatted HTML and CSS was provided to display a static version of the Memory Game project. Instructions were to build the game's functionality and to make it responsive.
- Clicking on a card "flips" the card over showing a Font Awesome icon and starts a timer.
- Clicking on another card flips it. 2 flips of the card = 1 move. If the cards match, they remain displayed, if not, they are flipped back over.
- Users begin with a 5-star rating. Once the user has reached 18 moves, their rating is reduced 1/2 for each move.
- The user can hit the refresh button to restart the game at any time.
- When the user has matched all of the cards, a modal appears giving them the option to start a new game, which will flip back over the cards and shuffle them.
Click this link or download the zip file and open the index.html file in your browser.
This repository is not for general use, rather for display, as this was a part of an instructional program.
Thanks for taking a look!
Chase