You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple grid-based game in vanilla JavaScript, HTML and CSS
3
+
4
+
Memory Game, also known as the Concentration card game or Matching Game, is a simple card game where you need to match pairs by turn over 2 cards at a time.
5
+
6
+
7
+
I have kept the styling at a bare miniumum for now as I was focusing on javascript aspect of it. Please feel free to clone/ fork it and contributions are welcome!!!
8
+
9
+
10
+
## Rules of Memory Game
11
+
- You will start by flipping over one card
12
+
- If the next card you flip matches, a pop up alert notifies you and you get +1 to your score
13
+
- These cards then disspear
14
+
- If the next card you flip does not match, a pop up alert notifies you of ths and the cards flip back
15
+
- The game continues until you match all the cards on the board
0 commit comments