Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 931 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 931 Bytes

Memory Game Project

This Project is for Udacity Front-End Developer Program's Memory Game Project.

#To run

  • Download or fork the application from here
  • Please open index.htmlin a browser to start the app

Game Instructions

This memory game will start with the user having 5 stars. When the user flips the first card, the timer will start. Every two flips count as 1 move. If the two flipped cards match each other, the cards will stay open and be locked. If the two flipped cards don't match, they will be unflipped. User can make as many moves as he/she wants, but user will lose one star when he/she makes 3 moves without matching any cards. User cannot lose any more stars when there is only one star remaining, but moves continue to accumulate as well as the time on the timer until all the cards have been matched.