Skip to content

Memory game developed in C++ as a personal project to practice data structures, logic, and basic game mechanics without external engines.

License

Notifications You must be signed in to change notification settings

Afroartus/cpp-memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game (C++)

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.


🚀 Features

  • Card matching mechanics (classic memory rules).
  • Console-based interface for simplicity.
  • Designed with clean, modular C++ code.
  • Emphasis on readability and maintainability.

🛠️ Tech Stack

  • Language: C++
  • Paradigms: Structured & basic OOP
  • Tools: Standard Library only (no external dependencies)

📚 Learning Objectives

This project was built to strengthen:

  • Understanding of arrays, loops, and conditionals.
  • Working with basic C++ functions.
  • Handling user input and simple game states.

▶️ How to Run

  1. Clone the repository:
    git clone https://github.com/your-username/game-memory-c-plus-plus.git
    cd game-memory-c-plus-plus

About

Memory game developed in C++ as a personal project to practice data structures, logic, and basic game mechanics without external engines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published