A simple memory card game developed in C++ as a personal project.
The goal of this project is to practice core programming concepts such as data structures, logic implementation, and basic game mechanics — all built without external engines or frameworks.
- Card matching mechanics (classic memory rules).
- Console-based interface for simplicity.
- Designed with clean, modular C++ code.
- Emphasis on readability and maintainability.
- Language: C++
- Paradigms: Structured & basic OOP
- Tools: Standard Library only (no external dependencies)
This project was built to strengthen:
- Understanding of arrays, loops, and conditionals.
- Working with basic C++ functions.
- Handling user input and simple game states.
- Clone the repository:
git clone https://github.com/your-username/game-memory-c-plus-plus.git cd game-memory-c-plus-plus