Skip to content

A card-flipping memory game for the Udacity FEND program, featuring plain JavaScript DOM manipulation

Notifications You must be signed in to change notification settings

cacarr-pdxweb/FEND-Memory-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity Front-End Nanodegree - Project 2 - Memory Game

Gameplay

  • Flip and match 8 pairs of hidden cards.
  • Matched pairs stay locked up.
  • Mismatched pairs are displayed for 400ms before their icons are hidden.
  • Timer starts running after your first move, which comprises 2 card clicks.
  • Rating stars are displayed on the top panel, which reduce in number as you make an increasing number of moves.
  • Top panel also features a reset button
  • At the conclussion of the game, a modal window announces your final time to completion, star rating, and number of moves.

game screenshot

The game can be played here: https://cacarr-pdxweb.github.io/FEND-Memory-Game/

DOM manipulation is entirely with vanilla JavaScript. Owing to time constraints, there is minimal additional styling beyond what was supplied, but I do intend to build and style the markup from scratch in a version 2.0, utilizing CSS Grid along with flexbox. Additionaly, I intend to offer multiple difficulty levels by way of varying the number of milliseconds unmatched cards are visible.

About

A card-flipping memory game for the Udacity FEND program, featuring plain JavaScript DOM manipulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published