Skip to content

BycorSanchez/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game Project

This is the third required project on the Udacity Front End Nanodegree.

How to play

The game consists of finding pairs of cards with the same symbol.

Initially all cards are face down and randomly ordered. On each turn the user turn over two cards. If both cards match, they are kept face up, otherwise they are flipped face down. Once all the pairs have been found, the game ends.

Features

  • Shuffle cards randomly
  • Count moves
  • Show elapsed time
  • Star rating
  • Congratulations popup (custom comment according to the score)

Star rating thresholds

  • ★★★: less than 16 moves
  • ★★: less than 24 moves
  • ★: less than 32 moves
  • none: more than 31 moves

Live version

https://bycorsanchez.github.io/memory-game/


Memory game preview