Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.17 KB

File metadata and controls

14 lines (8 loc) · 1.17 KB

Package/Script Name: Matchmaker Game

Short description of package/script: Here we had made a game in which all cards are hidden if we can find 2 cards having same symbol then only the cards will unhide. For this game we will use random ,tkinter,time library. This game is about memory firstly we have to draw a random card and then search for that card from another if we found then we have to serch for another pair and we have to continue till last pair and then finally ends when we get all the pairs

List out the libraries imported:Tkinter , random , time

Setup instructions We just need to understand the script and then run so a screen having hidden cards will pop and we have to find 2 cards having same symbol at a time otherwise it will flip , so we have to just solve this puzzle.

Output: output(matchmaker_starting) output(matchmaker_going) output(matchmaker_ending)