This is a simple memory game built using Python and Tkinter, where players match pairs of emojis. The game board consists of a grid of hidden emojis, and players click on cells to reveal the emojis, trying to find all matching pairs.
- Emoji symbols for a fun and engaging experience.
- Simple and intuitive interface built with Tkinter.
- Responsive to user clicks with a delay mechanism for mismatches.
- End game message with the option to play again.
- Python 3.x
- Tkinter (comes with Python standard library)
- Ensure you have Python 3.x installed on your machine.
- Clone the repository or download the script.
- Run the script using Python.
pip install -r requirements.txt
python python memory game.py
- Click on a cell to reveal the emoji.
- Click on another cell to try and find the matching emoji.
- If the emojis match, they remain revealed.
- If the emojis do not match, they will be hidden after a short delay.
- Continue until all pairs are found.
- A message will appear when the game is completed, offering the option to play again.