I have created game of Memory Tiles. This is a Basic old-style game which we select two tiles for matching and eventually complete all the matched-up pairs. For this game, time will be recorded and shown at the end. For this game's GUI, I have used tkinter.
Also, I have created a new game called Num Sherlock. This is basically a mind reader kind of game which asks the user to pick a number between 1 to 100, displays some random group of numbers to the user and asks whether his/her number is there among those (the user answers by clicking on buttons in the interface). And at last, it reveals the exact same number that the user had chosen. I had used several images of Sherlock Holmes to make the interface look cool. For this game's GUI, I have used pygame.
I have also updated the README file of the repo with necessary info and description of the games.
Description of changes:
I have created game of Memory Tiles. This is a Basic old-style game which we select two tiles for matching and eventually complete all the matched-up pairs. For this game, time will be recorded and shown at the end. For this game's GUI, I have used tkinter.
Also, I have created a new game called Num Sherlock. This is basically a mind reader kind of game which asks the user to pick a number between 1 to 100, displays some random group of numbers to the user and asks whether his/her number is there among those (the user answers by clicking on buttons in the interface). And at last, it reveals the exact same number that the user had chosen. I had used several images of Sherlock Holmes to make the interface look cool. For this game's GUI, I have used pygame.
I have also updated the README file of the repo with necessary info and description of the games.
Video sample of the project's outputs:
https://github.com/shrey141102/PythonProjects/assets/119430739/124709e8-1986-4978-bee0-5ee50aa3270d
(In the video below, I have taken 73 as my chosen number)
https://github.com/shrey141102/PythonProjects/assets/119430739/042ee4f1-d6af-4437-b433-ede77a23b491
Checklist before requesting a review
README.md
file of the repository and added the name of the project in it?