Memory Game

This project is a memory game implemented in C. The goal is to match pairs of cards by turning them over two at a time. If the cards match, they are removed from the game. If they don't match, they are turned back over. The game is won when all the cards have been matched and removed. I developed this game as a way to practice my C programming skills and to create a fun and engaging game.

Screenshot of memory game

Features: