TechEvolvace / guess-the-secret-number

MIT License
0 stars 0 forks source link

Implement Reactive Message Display for Each Input Change the Player enters for the Secret Number's possible maximum and minimum values #17

Open TechEvolvace opened 1 week ago

TechEvolvace commented 1 week ago

When the player makes any changes to the input entered in its designated input area, then the message that is displayed underneath will change and appropriately respond to the new input the player enters!

There should be 2 messages that gets displayed below each of the 2 prompts asking for the minimum and maximum possible values the secret number can be for the game.

Ex: What is the minimum possible number the secret number can be? [where player enters a number] <Verification message for the input entered for the secret number's possible minimum number>

What is the maximum possible number the secret number can be? [where player enters a number] <Verification message for the input entered for the secret number's possible maximum number>