Skip to content

wdi-sf-september-2014/memory_game

Repository files navigation

#Memory

This is the classic game of Memory to be built with JavaScript.

##Rules

  1. Game board should be built with HTML and CSS.

  2. When a space is clicked, value should be revealed. When a second space is clicked, both revealed cards should be compared for a match.

  3. If a match is found, both cards should remain on the board. If no match is found, both cards should go back to hidden.

  4. Users should not be able to select places that are already taken.

##Bonus

  1. Add cool colors when a match is found.

  2. Allow users to enter keywords to populate board before the start of the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published