Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.07 KB

File metadata and controls

12 lines (9 loc) · 1.07 KB

Memory Game 🧠

About This Build:

💡 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.

How It Works:

⚙️ 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.

Tech Stack:

CSS3 HTML5 JavaScript