Game that implements a number guessing game


Write a GUI class Game that implements a number guessing game. The GUI should start by choosing a random number between 1 and 100 (using a function from the random module) and then opening up a GUI which allows the user to enter number guesses. 

The GUI should have an Entry widget for the user to type the number guess and a Button widget labeled "Enter" to enter the guess. The user should be able to enter guesses until he/she makes the correct guess. Your GUI should be user friendly and erase the guess each time the user presses the Enter button. This means that the user will not need to erase the old guess in order to enter a new one. Each time the user makes a guess, the GUI should indicate whether the user needs to guess higher or lower using a separate window. If the guess is correct, the separate window should inform the user "You got it!"

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Game that implements a number guessing game
Reference No:- TGS080644

Expected delivery within 24 Hours