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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Memory Game 🧠
2
2
3
3
## About This Build:
4
-
💡 In this project I created and manipulated DOM elements dynamically, used arrays and loops to shuffle and display data, and implemented event listeners to track user interaction. Applied game logic and data tracking to monitor score. I added simple css animations and used setTimeout to make the timing smooth.
4
+
💡 In this project I created and manipulated DOM elements dynamically, used arrays and loops to shuffle and display data, and implemented event listeners to track user interaction. Applied game logic and data tracking to monitor score. I added simple CSS animations and used setTimeout to make the timing smooth.
5
5
6
6
## How It Works:
7
7
💻 This game begins with a grid of shuffled cards. Clicking on a card will "flip it over" and reveal an emoji. You can only click on two cards at a time. Once you do, the game will compare the cards and if they are a match, they will remain "flipped." If they are not a match, they will both return to their original state. Your match attempts are tracked and you can restart the game at any time.
0 commit comments