Memorizing Power Game

Memorizing Power Game

ยท

2 min read

Hey you, welcome to this post. Hopefully, you are safe and doing well. In this project, I have made a Memorizing Power game using Tkinter, pygame, and sqlite3 modules of python. Let me describe how I managed all those stuff!

Features of the project


  • The main interface of the window contains 4x4 grids where each grid contains a unique picture that is hidden from you.
  • There are 2 same images in the grid.
  • When you click on one grid then it will show you the image which is hidden under it.
  • You can see at most 2 images at the same time. So when you clicked on the third image, the first image you have clicked will become hidden again!!!
  • So, you have to memorize the pictures under the hidden grids.
  • When two recent clicked images get matched, then you will be shown an 'It's Match!' screen.
  • There is also a "SEE PROFILE" button at the bottom of the game screen.
  • If you first time opens the game, then it will say you to complete the full game first, then it will show you your records.
  • After that, whenever you will perform well the best performance will be stored!!!

Here is the overview of the game

Here is the GitHub link to the project ๐Ÿค—

Conclusion


By doing this project, I learned how to make a relationship between the Tkinter and the pygame module and built a basic understanding of SQL database.

Thanks for reading, and if you want to connect with me, here are the ways:

ย