/memory_game

Primary LanguageJavaScript

#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.