I got to learn about the pygame library and community recently. As the unproductive quarantine striked in because of covid-19 I was looking something interesting to be productive and found pygame. Made this little puzzle based game with it.
QuarantineMemory
To develop Memory Puzzle game using Pygame module in Python
Overview
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.
Dependencies
• Pygame Install dependencies using pip