This is a simple number guessing game, where the user is prompted to guess a number between 1 and 100. The game do randomly generate a number, and compares the user's guess to the generated number. If your guess is correct then there is a message that display that you won and also how many tries you took. If your guess is incorrect, the game displays a message indicating whether the guess was too high.

Guess the Number

I'm thinking of a number between 1 and 100.