Skip to content

My forked project for the Grow with Google Scholarship "Memory Game"

Notifications You must be signed in to change notification settings

APrioriRainbows/fend-project-memory-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game Project

About

A memory game where you flip two cards at a time and try to match all cards on the board. Cards are randomly shuffled at the beginning of the game and created in the HTML. Project is in pure JS since I wanted to avoid using jQuery, and utilizes CSS3 animations when cards do not match. Starter code included HTML, CSS (minus animations), but all JS, except where attributed, was written for the project.

You can view a live demo here.

How to Play

  • Click any card on the board to flip it over
  • The timer will start once you flip your first card
  • Choose any other card to flip it over
  • If cards match, they will turn green
  • If cards do not match, they will turn red and automatically flip back over
  • You win the game by matching all 8 pairs of cards
  • If you wish to restart the board in the middle of game play you may click the refresh button next to the timer

Dependencies

  • Font awesome
  • Google fonts

Both are linked CDNs, and don't require any additional downloads.

Contributing

The starter code was forked from Udacity here.

About

My forked project for the Grow with Google Scholarship "Memory Game"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • CSS 21.3%
  • HTML 10.5%