Memory Game Student Project #3 during Google Front-End Development Nanodegree Program at Udacity
- Open the game here
- Clicking on tiles You will reveal the card symbol
- You have to match two cards of the same kind at the time
- Match all 8 pairs of cards in minimum moves and short time
This is #3 student project made for Udacity classroom on Front-End Web Developer track.
The starter project has some HTML and CSS styling to display a static version of the Memory Game project. It needs to convert this project from a static project to an interactive one. This will require modifying the HTML and CSS files, but primarily the JavaScript file - js/app.js
to start building out the app's functionality.
- jQuery
- Fisher–Yates shuffle from http://stackoverflow.com/a/2450976
Original graphic design and assets by the Author. Used tiles graphics in this project are registered, trademarked or attributted logos of:
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.