Memory Game is a console-based game where players match pairs of cards. The game includes different types of cards such as symbols, letters, and exercises. Players can play against each other or against the computer.
- Setup: The game initializes a board with a set of cards.
- Turn: Players take turns choosing two cards to flip.
- Match: If the cards match, they remain uncovered. If not, they are covered again.
- Win: The game ends when all pairs are found. The player with the most pairs wins.
- Player vs Player: Two human players take turns.
- Player vs Computer: A human player competes against the computer.
-
Clone the Repository:
git clone https://github.com/eti-youngreis/memory-game.git
-
Build and Run: Open the project in Visual Studio, build the solution, and run the game.
This project is licensed under the MIT License.