https://github.com/lurxdel/flash-memory-game
A simple Python memory game featuring colorful, fruit-themed matching tiles with a countdown timer.
https://github.com/lurxdel/flash-memory-game
memory-game programming pygame python
Last synced: 3 months ago
JSON representation
A simple Python memory game featuring colorful, fruit-themed matching tiles with a countdown timer.
- Host: GitHub
- URL: https://github.com/lurxdel/flash-memory-game
- Owner: lurxdel
- License: mit
- Created: 2024-11-23T10:01:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T12:14:41.000Z (6 months ago)
- Last Synced: 2025-02-04T13:25:49.341Z (5 months ago)
- Topics: memory-game, programming, pygame, python
- Language: Python
- Homepage:
- Size: 719 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flash Memory Game
A **simple Python memory game** featuring colorful, fruit-themed matching tiles with a countdown timer.
## Features
- **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.## Screenshots
### Main Menu
### Select Level
## Guide To Run
To run the game locally, do the following.
> - **Clone this repository** or download it as a **ZIP file.**
> - Install the following necessary **Python packages.**1. **Install Python:** The game is built using Python and requires `version 3.7 or higher.`
- You can get it from here. [Python.org](https://www.python.org/)2. **Install PyGame:** The game uses a set of `Python module` designed for video games.
- You can get it from here. [Pygame.org](https://www.pygame.org/news)3. **PyGame Library:** This game uses `Pygame library.` You can install it using pip (Commant Prompt).
- Copy the following code:
```bash
pip install pygame
pip install requests
pip install pillow
```## Game Inspired By
[Create a Memory Puzzle Game Using PyGame](https://www.geeksforgeeks.org/create-a-memory-puzzle-game-using-pygame/)## Support Me
If you like my work or find it helpful, you can support me by:

## Disclaimer
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.