Number Guessing Game
The app picks a secret number and gives higher or lower hints until you guess it.
I picked a number between 1 and 100. Guess it!
Guesses: 0
Set a range and try to find the secret number. After each guess you get a higher or lower hint and a running guess count.
How to use
- Set the minimum and maximum range.
- Type a guess and click Guess.
- Use the higher or lower hints until you find it.
Frequently asked questions
- Is the number really random?
- Yes, it is picked with the browser's secure random generator each new game.
- How can I win fastest?
- Guess the middle of the range each time to halve the possibilities on every turn.