A simple Python memory game featuring colorful, fruit-themed matching tiles with a countdown timer.
-
Dynamic Levels:
- Easy Level: 4 tiles, 20 seconds to complete.
- Medium Level: 8 tiles, 40 seconds to complete.
- Hard Level: 16 tiles, 60 seconds to complete.
-
Winning: Match all tiles before the timer runs out.
-
Losing: If the timer expires before matching all tiles.
To run the game locally, do the following.
- Clone this repository or download it as a ZIP file.
- Install the following necessary Python packages.
-
Install Python: The game is built using Python and requires
version 3.7 or higher.- You can get it from here. Python.org
-
Install PyGame: The game uses a set of
Python moduledesigned for video games.- You can get it from here. Pygame.org
-
PyGame Library: This game uses
Pygame library.You can install it using pip (Commant Prompt).- Copy the following code:
pip install pygame pip install requests pip install pillow
Access the full documentation of the project: Project Documentation
Create a Memory Puzzle Game Using PyGame
If you like my work or find it helpful, you can support me by:
I do not own the images, names, or any other content used in this project.
All trademarks, service marks, trade names, and other intellectual property rights belong to their respective owners.


