1. The game will select a random number between a minimum and maximum
value you are insert that you specify at the beginning of the game.
2. Your task is to guess the number the game has selected within the
given number of attempts.
3. You need to input your guess by entering a number into a text field
and submitting your guess by pressing a "Check" button and also input field press "Enter" to check the answer.
4. After you submit your guess, the game will check if your guess is
correct, the game will display a message "Your answer is correct".
5. If you run out of attempts without guessing the correct number, you
lose the game.