#Memory
This is the classic game of Memory to be built with JavaScript.
##Rules
-
Game board should be built with HTML and CSS.
-
When a space is clicked, value should be revealed. When a second space is clicked, both revealed cards should be compared for a match.
-
If a match is found, both cards should remain on the board. If no match is found, both cards should go back to hidden.
-
Users should not be able to select places that are already taken.
##Bonus
-
Add cool colors when a match is found.
-
Allow users to enter keywords to populate board before the start of the game.