An open API service indexing awesome lists of open source software.

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

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 photo

To run this game, you have to include the pygame package by writing pip install pygame in your terminal