Skip to content

MSTC-DA-IICT/Hacktoberfest2k25_cpp_MemoryCardFlipGame

Memory Card Flip Game 🃏

A classic memory card flip game built with C++ and raylib graphics library. Match pairs of cards to win! Perfect for learning game development and contributing to open source during Hacktoberfest 2025.

🎮 Game Features

  • 🔀 Randomized Card Layout: Cards are shuffled each game
  • ⏱️ Timer: Track your completion time
  • 📊 Score System: Points based on matches and time
  • 🎨 Beautiful Graphics: Clean, modern UI with smooth animations
  • 🔊 Sound Effects: Audio feedback for card flips and matches
  • 📱 Multiple Difficulty Levels: 4x4, 6x6, and 8x8 grids
  • 🏆 High Score Tracking: Save your best times locally

🚀 To Run

HEAD

mkdir build
cd build
cmake ..
cmake --build .
.\bin\memory_game.exe