Commit graph

4 commits

Author SHA1 Message Date
gpt-engineer-app[bot]
b0595d1cc7 Refine question guessing mode
Update the question guessing mode to not reveal the number directly. Instead, it should grey out numbers that are eliminated by the user's answer.
2025-08-10 14:06:21 +00:00
gpt-engineer-app[bot]
ec168be51d Add more guessing game modes
Add two new modes to the guessing game: one where the user guesses the number using arbitrary yes/no questions, and another where the computer guesses the number using random, linear, or binary search.
2025-08-10 14:00:21 +00:00
gpt-engineer-app[bot]
9e899131fd Add range display to guessing game
Show the full range of numbers in the guessing game, and grey out invalid choices when the user is guessing.
2025-08-10 13:51:03 +00:00
gpt-engineer-app[bot]
a981f2ec87 Add Guessing Game
Implement a guessing game with user-selectable range via slider. Includes two modes: user guesses computer's number, and computer guesses user's number using random, linear, or binary search strategies.
2025-08-10 13:38:45 +00:00