Git Hub Pages can be found at https://michellemnfrt.github.io/project1/
The Goal of this project is to create a functional memory card game that allows you to flip two different cards and assess to see if they match. If they do match both cards should disappear. If they do not match they should flip back over.
The logic behind the game is as follows
- Add function to all cards so that the click does something
- Add Eventlistener to change picture when clicked (create function to do this)
- Keep first clicked picture displayed
- Compare second picture to first picture
- If there is a match make them dissapear
- If there is no match make them flip back over
- Repeat steps 5 and 6 until there are no cards
- Alert game over