Simple HTML,CSS,JS Memory Game
Rules: Basic memory game rules
If two cards are matching the two cards will remained flipped with the cards being subtracted
If two cards are not matching, the two cards will be flipped back over with the number of cards remaining being the same
Max number of tries: 3
Max number of cards: 10
[This can change based on the number of images in the folder, but need to be added to the image array currently]