To make a 6 card matching game (3 pairs total).
- The cards should be in two rows of 3, face up (showing the symbol and word) (see the reference comp at 'comps/sample_game_starting.png')
- When a user clicks on a card, the card should get slightly bigger to give a visual cue that it is 'active'.
- A user should be able to match a picture to it's corresponding word (i.e. a picture of an umbrella with the word umbrella.)
- If a user gets a successful match, then they should get a success message from the game (i.e. 'Nice Job!')
- If a user gets a incorrect match then they should get a message of encouragement (i.e. Sorry Try Again.)
- If the match was successful, the cards should be removed (see the reference comps 'comps/sample_game_correct_pair_gone.png')
- If the match wasn't successful, the cards should go back to their original size.
- When users have gotten all the matches then they should get a congratulations message (i.e. 'Great Job!').
- Should function the same in Firefox and Chrome.
- Should be primarily HTML, CSS, and JS.
- The game should use the provided JSON.
- The game should be 100% functional.
- Fork this repository.
- Make sure that you commit often to your forked repository.
- Make sure to use the assets provided in this repository.
- Once you are satisfied that all requirements (both technical and UX) have been met, submit a pull request.
If you have any questions, please make sure to contact either Mal ([email protected]) or Katie ([email protected])