A simple guessing game asks the player to guess a number between 1 and 50. Hints are returned depending on how far from the number the guess is.
- 20 or more above the number: The hint is "Burning Hot"
- 10 to 19 above the number: The hint is "Hot"
- 5 to 9 above the number: The hint is "Warm"
- 4 below the number to 4 above: The hint is "Pleasant"
- 5 to 9 below the number: The hint is "Cool"
- 10 to 19 below the number: The hint is "Cold"
- 20 or more below the number: The hint is "Ice Cold"