Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 580 Bytes

File metadata and controls

23 lines (13 loc) · 580 Bytes

Memory Game

How to Play

Goal: Find all matching pairs in the least amount of moves and fastest amount of time.

  • Select two cards.
  • If the icon on the cards match, the cards remains flipped.
  • If the icon on the cards do not match, the cards turn back over.
  • Keep flipping two cards at a time until all pairs are found.

Dependencies

Memory Game is built with JavaScript, CSS, and HTML using font awesome and google fonts.

Ideas for Updates

  • Card animation.
  • Themed card icons (PIXAR, family headshots, etc.).
  • Reduce deck to 9 cards for a mobile screen.