A small memory game coded in Python with Tkinter, where the goal is to match all pairs of colors in as few moves as possible.
- Customizable board (size
n x n) - Colors shuffled randomly each game
- Move counter
- Victory message with the number of moves taken
- Simple and responsive graphical interface with Tkinter
- Python 3.x
- Tkinter (included by default with Python on most systems)
- Click on two tiles to flip them.
- If the colors match, they stay revealed.
- Otherwise, they flip back over.
- Find all pairs to win!
git clone https://github.com/your-username/memory-game.git
cd memory-game
pip install -r requirements.txtpython .\main.py