Welcome to the Memory Match Card Game! This project is a Python-based card matching game with a frontend interface.
Memory Match is a classic card game where the player needs to match pairs of cards. The game starts with all cards face down, and the player flips two cards at a time to find matching pairs. The goal is to match all pairs in the fewest moves possible.
- Interactive Frontend: Enjoy a user-friendly frontend that allows you to interact with the game easily.
- Random Card Generation: Cards are randomly generated for each game, providing a unique experience every time.
- Game Over Detection: The game automatically detects when all pairs are matched and displays a game over message.
- Python 3.x
- Flask (install via
pip install flask
)