https://github.com/sanchitbajaj02/memory-match
A basic game of matching using python module pygame
https://github.com/sanchitbajaj02/memory-match
game match photos player pygame python
Last synced: 3 months ago
JSON representation
A basic game of matching using python module pygame
- Host: GitHub
- URL: https://github.com/sanchitbajaj02/memory-match
- Owner: Sanchitbajaj02
- Created: 2020-07-06T14:28:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T14:33:51.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T10:56:07.840Z (4 months ago)
- Topics: game, match, photos, player, pygame, python
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory-Match
A basic game of matching using python module pygame.
In this game, a player have to click on the boxes and when photos on the box matched, those 2 boxes will removed. The game will automatically end when the player matches all the photoTo run this game, you have to include the pygame package by writing
pip install pygame
in your terminal