The Memory Game is a simple game, where the user chooses two cards from an 6 x 6 grid to see if they match. A match could be same image, number, or color. If the user chooses two cards that do not match, the card will flip back down to their original places for the user to pick agian. If they do match, the card will be removed from the board game, so the the user may complete it.
- Randomize the card before playing
- Match cards and remove them from board
- Flips cards back when not match
- Keeps reack how many Matches and Attempts were made
- HTML
- CSS
- JavaScript
To get started, click click here and visit my trello board to follow the development of this game.
This was the original plan.
Final Product
- Change border color when matched
- Add Match and Attempts made counter
- Add a celebration sound when all matches are made
- Make user choose board size
- Add sounds to when user clicks board
- N/A


