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.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-10 14:06:21 +00:00
parent ec168be51d
commit b0595d1cc7
2 changed files with 86 additions and 16 deletions

View file

@ -482,6 +482,7 @@ const GuessingGame: React.FC<GuessingGameProps> = ({ showSocialShare = true }) =
userGuess={userGuess}
setUserGuess={setUserGuess}
onGuess={handleGuess}
onUpdateValidNumbers={setValidNumbers}
/>
)}