This is a Udacity project based on HTML5,CSS and ES6 It is live as https://memory-matching-game-2d317.firebaseapp.com/
It is a browser based card matching game.There are 8 pair of cards randomly placed in the deck.
- One has two select two cards,
- Remember the symbol on those two cards.
- If the card matches,it will turn green and face over.
- If the card does not match , both cards are flipped face down.
- One has to remember the position of unmatched cards and match them in least amount of time.
- The game ends once all the cards match.
- Download or Clone the Repository.
- Open index.html file to view the project in your browser.