Welcome to Memory Mania, a fun and engaging card flip game designed to challenge and improve your memory. Enjoy the sleek design and responsive UI as you match pairs of cards to win!
- 🃏 Interactive Gameplay: Flip cards and match pairs.
- ⏳ Timers: Uses
setTimeout()
,setInterval()
, andinitTimer()
for game logic. - 🎨 Stylish Design: Brownish RGB color UI with Sans-serif Popins font.
- 📱 Responsive: Grid layout ensures compatibility with various screen sizes.
- 🎬 Animations: Smooth transitions using CSS keyframes.
To get started with Memory Mania, follow these steps:
- Clone the Repository:
git clone https://github.com/sarthak576/Memory-Mania.git
- Navigate to the Project Directory:
cd Memory-Mania
- Open the Game:
Simply open
index.html
in your favorite web browser.
Play Memory Mania by flipping cards to find matching pairs. Use the following key features:
- Flipping Cards: Click on a card to reveal it.
- Timer: Keep track of time as you play.
- Score: Track your progress with the score displayed on the screen.
- JavaScript: Core game functionality using functions like
setTimeout()
,setInterval()
, andinitTimer()
. - CSS: Styling with Sans-serif Popins font, brownish RGB color, and keyframe animations.
- HTML: Structuring the game interface.
- Grid Layout: Ensures the game is responsive across different devices.
- Font: Sans-serif Popins.
- Color Scheme: Brownish RGB for a warm and inviting look.
- Responsive Design: Grid layout ensures the game adapts to different screen sizes.
- Animations: Smooth and engaging animations using CSS keyframes.
For any questions or suggestions, feel free to reach out to me at sarthakguptarjn123@gmail.com.
Happy gaming! 🎉
- 🎨 Thanks to the contributors of various open-source libraries and tools that made this project possible.
- 💡 Inspired by classic memory card games to create an engaging and interactive experience.