Skip to content

Commit eb56dc5

Browse files
Update README.md
1 parent b938a75 commit eb56dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Memory Game 🧠
22

33
## 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.
55

66
## How It Works:
77
💻 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

Comments
 (0)