🎮 Emoji Game
🚀 Features Interactive memory-based emoji game built with React.
Score and Top Score Tracking: The Score starts at 0 for each game.
The Top Score is maintained across multiple games.
Game Rules:
Click an emoji that hasn't been clicked before → Score increases.
Click all emojis exactly once → You Win! 🎉
Click the same emoji twice → Game Over! ❌
If the Score exceeds the previous Top Score, it gets updated.
Replay Functionality:
The "Play Again" button lets users restart the game.
Score resets, but the Top Score remains saved.
Dynamic UI:
Emojis shuffle on every click to enhance gameplay. Smooth transitions for game-over and win views.
🛠️ Tech Stack:
React.js for UI rendering and component-based architecture. CSS for styling and animations. State Management using React's useState (or Component state if using class components).