Skip to main content

Command Palette

Search for a command to run...

Whats the word game - count how many questions it takes to guess the word

Published
1 min read
Whats the word game - count how many questions it takes to guess the word
R

Ricky's text and picture books have over 4,400 downloads. A seeker on a 20+ year self-improvement journey, he shares wisdom through writing, coding, and web apps.

The game you're referring to is likely "20 Questions." Here's how it works:

  1. Objective: One player thinks of a word (usually a noun) and the other players try to guess what it is by asking yes or no questions.

  2. Rules:

    • Players can ask up to 20 questions to guess the word.

    • Each question must be answerable with either "Yes" or "No."

    • The goal is to narrow down the possible answers and figure out the word within the 20-question limit.

  3. Victory Condition: If the guessers can determine the word before asking the 20th question, they win. If they fail, the player who thought of the word wins.

Does this sound like the game you were thinking of?

1 views