Number Guess

Guess the secret number using higher/lower clues — can you find it in minimum tries?

Category: Strategy · v1.0.0
Guesses 0
Best -
Streak 0
?
Optimal: 4 guesses (binary search)
1 10

About This Game

A classic guessing game with a twist. The computer picks a secret number and you try to guess it. After each guess you get a hint: too high or too low. Different ranges make it more challenging. Can you find the number in the fewest guesses?

How to Play

  1. Select a number range
  2. Enter your guess and press Enter
  3. You'll be told if the answer is higher or lower
  4. Keep guessing until you find the number
  5. Try to use as few guesses as possible
  6. The optimal strategy uses binary search!