Number Guessing Application

This application has only one frame. When it is opened it randomly selects a number and the user can select how many guesses they have. The user can input a number in the text field and press the Guess button. Then the application returns whether the number is higher or lower, and the user can guess again depending on the number of guesses. There is a counter for how many games were played and the percentage of successful guesses. The Reset button clears the percentage of success and number of games. The New Game button clears the number of guesses and selects a new random number.

Figure 1
Figure 2
Figure 3