A Memory Puzzle game made using python-pygame
-
Install Python 2.7.X from here
-
Install PyGame 1.9.X from here
-
Clone this repository:
git clone https://github.com/Arjav96/MemoryPuzzle.git
or clickDownload ZIP
in right panel and extract it. -
Run
python MemoryPuzzle.py
from the repo's directory
(Note: Install pygame for same version python as above)
(For x64 windows, get exe here)
In the Memory Puzzle game, several icons are covered up by white boxes. There are two of each icon. The player can click on two boxes to see what icon is behind them. If the icons match, then those boxes remain uncovered. The player wins when all the boxes on the board are uncovered. To give the player a hint, the boxes are quickly uncovered once at the beginning of the game.