Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lurxdel/flash-memory-game
https://github.com/lurxdel/flash-memory-game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lurxdel/flash-memory-game
- Owner: lurxdel
- Created: 2024-11-23T10:01:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T11:33:41.000Z (about 2 months ago)
- Last Synced: 2024-11-23T12:26:36.413Z (about 2 months ago)
- Language: Python
- Size: 698 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flash Memory Game
A **simple Python memory game** featuring colorful, fruit-themed matching tiles with a countdown timer.![logo](https://github.com/user-attachments/assets/799f8bfe-406c-4ac9-a16c-d9430b037556)
## 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
![main menu](https://github.com/user-attachments/assets/6721818a-c682-4a77-9df7-9c444725a334)### Select Level
![levels](https://github.com/user-attachments/assets/95b050bb-22fe-4a14-be39-71f6f1707bee)## Guide To Run
To run the game locally, do the following.- **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/)- **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)- **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
```## 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:![Give Star](https://img.shields.io/badge/Give%20⭐️-F7DF1E?style=for-the-badge&logo=github&logoColor=black)
![Follow](https://img.shields.io/badge/Follow-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)
![Collaborate](https://img.shields.io/badge/Collaborate-6CC24A?style=for-the-badge&logo=githubactions&logoColor=white)## 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.