Memory Game Project

Table of Contents

  • [Instructions]
  1. Start the game by opening the browser
  2. You should have an internet connection as it needs to download few files from the internet for the game to be played.
  3. Match the tiles in as few moves and as quickly as possible.
  4. When you have matched all the cards you have finished the game.
  5. You can use the restart button to restart the game.
  6. A display showing your current number of moves and time elapsed is on the right hand side of the table.

Instructions

The starter project has some HTML and CSS styling to display a static version of the Memory Game project. You'll need 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.

To get started, open js/app.js and start building out the app's functionality

For specific, detailed instructions, look at the project instructions in the Udacity Classroom.

Contributing

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.