Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 772 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 772 Bytes

Card Matching Game

  • This is a simple card matching game. The game is built QT and C++ by Soner Kuyar and Sezer Çot.
  • Game is designed for 2 players. Players take turns to open 2 cards. If the cards are matched, the player gets 1 point. If not, the cards are closed and the turn is passed to the other player. The game continues until all the cards are matched. The player with the most points wins the game.
  • This is the Screen of the game: Game Screen

Requirements

  • QT 6.5.0
  • C++ 17

Installation

  • Clone the repository
  • Open the project with QT Creator
  • Run the project

Alternatively, you can run the executable on machine Mac OS high sierra or later (ARM64 architecture).