Skip to content

Sebdababo/Python-Memory-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Emoji Memory Game

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.

Features

  • 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.

Requirements

  • Python 3.x
  • Tkinter (comes with Python standard library)

How to Run

  1. Ensure you have Python 3.x installed on your machine.
  2. Clone the repository or download the script.
  3. Run the script using Python.
pip install -r requirements.txt
python python memory game.py

Game Instructions

  1. Click on a cell to reveal the emoji.
  2. Click on another cell to try and find the matching emoji.
  3. If the emojis match, they remain revealed.
  4. If the emojis do not match, they will be hidden after a short delay.
  5. Continue until all pairs are found.
  6. A message will appear when the game is completed, offering the option to play again.

Gameplay Image

Memory output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages