Skip to content

superd0ll/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game Project

The Memory Game Project by Udacity is all about demonstrating mastery of HTML, CSS, and JavaScript. The assignment is to build a complete browser-based card matching game (also known as Concentration). Udacity describes the game as not just any "memory game" but as "a shnazzy, well-designed, feature-packed memory game". This project is part of the Udacity's Front End Developer Nanodegree program.

Table of Contents

  • About the game
  • How to play the game
  • Live version

About the game

This memory game has been created with vanilla JavaScript with no support by any external JavaScript library such as for example jQuery. The memory game has been created according to the instructions given by Udacity. For instructions about playing the game please see below.

How to play the game

The game board consists of sixteen "cards" arranged in a grid. The deck is made up of eight different pairs of cards, each with different symbols on one side. The cards are arranged randomly on the grid with the symbol face down. The gameplay rules are very simple: flip over two hidden cards at a time to locate the ones that match!

memory game

Each turn:

The player flips one card over to reveal its underlying symbol. The player then turns over a second card, trying to find the corresponding card with the same symbol. If the cards match, both cards stay flipped over. If the cards do not match, both cards are flipped face down. The game ends once all cards have been correctly matched.

Live version

To see a live version of the game click here.

About

A nice memory game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published