It is a simple Tkinter based guessing game.
- See the prompted movie name with blanks, guess the movie and type the name in the input box.
- 3 Chances, 20 seconds for each chance.
- Chances decrease if answer is Incorrect or Time runs out.
- By clicking on the Hint you can see the hint for that movie.
- Timer
- Hints
- Chances (5)
- Shows original guess with random spaces
- InputBox to type the guess
- Sounds for correct/incorrect guesses
- tkinter
- playsound
To deploy this project run download this folder consisting game file and sounds then run
GuessThatMovie.py // First install all neccessary dependencies listed above.
- The current movie data can be edited by simply changing the data dictionary inside the code.
- Data = { Movie_Name: Associated_Hint }
Download demo video from here:
https://github.com/DhruvDholakiaCE/GUIprojects/blob/master/GuessThatMovie/GuessThatMovieDemo.mp4
Setting up GUI elements like sound effects and timer with Threading to provide concurrent execution.