Skip to content

nataliesmyth/matching-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAME REQUIREMENTS

  1. Cards are shuffled on load or restart
  2. Game can recognize matched and unmatched cards and knows what to do in both scenarios
  3. Game in browser will display: -current number of moves a user has made -a star rating from 1-3 that reflects user performance 1. user performance is based on the number of moves made -a timer once user starts the game -a restart button that will reset the board, timer, and user rating -a congratulations modal will appear when user wins with stats (star rating and how long it took) and option to restart the game

Technologies Used -HTML -CSS -JAVASCRIPT