BernadettUrban / P3MemoryGame

The memory game presents the first opportunity to fully combine your skills in HTML, CSS, and JavaScript into a large project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Game Project

Part of the Udacity FEND Nanodegree.
The Memory Game project repository on GitHub was used to develop the app.

How to play :

  1. Download the repository
  2. Extract the .zip file
  3. Open index.html in your browser.

Rules and Regulations :

  1. You have to match cards all the cards to win.
  2. Cards are a match if they have identical face.
  3. One move equals 2 cards revealed.
  4. If your moves are equal to 14 then you will get 3 Stars.
  5. If your moves are greater than 14 and less than 19 then you will get 2 Stars.
  6. Else you will get 1 Star.
  7. You can also restart the game at any stage by clicking the restart button.
  8. Once you matched all the cards a congratulations modal appear with your stats.
  9. You can start a new game by closing the modal or by hitting the Replay game button.

About

The memory game presents the first opportunity to fully combine your skills in HTML, CSS, and JavaScript into a large project.


Languages

Language:JavaScript 44.8%Language:CSS 32.6%Language:HTML 22.6%