Overview
Twenty Questions is a simple, widely known guessing game in which one participant thinks of an object, person, place or concept and the other players try to identify it by asking a series of yes/no questions. The questioners are usually limited to twenty queries, and the object is guessed when someone believes they have enough information. The format rewards concise, high‑information questions and often begins with broad classification prompts such as whether the thing is an animal, plant, mineral or other.
How it is played
Play proceeds in rounds. A single thinker selects a secret item and answers each question truthfully with "yes," "no," "sometimes," or "unknown/irrelevant," depending on agreed rules. Questioners take turns or collaborate, phrasing each question to narrow the possibilities. After up to twenty questions, a final guess is offered; success occurs if the guess matches the chosen item. In casual settings rules and the exact number of questions may vary.
Variants and formats
- Party/parlor variant: informal freeform questions and group discussion.
- Competitive variant: two teams alternate asking and score points for correct identifications.
- Electronic and web versions: handheld devices and websites emulate the game, sometimes using adaptive algorithms that learn from play (online implementations).
- Broadcast adaptations: the format has been adapted for radio and television quiz shows and panels (broadcast versions).
Strategy and theory
Effective play often mirrors principles from information theory: ask questions that roughly halve the remaining search space (a binary search approach). Early broad classifiers (living vs nonliving, size ranges, human-made vs natural) eliminate many options quickly. Later questions become more specific. The game also illustrates decision trees, hypothesis testing and the tradeoff between general and targeted questions.
History and cultural impact
Twenty Questions likely evolved from older guessing and catechetical parlor games. Its simple structure has made it resilient across cultures and media, appearing in family gatherings, schoolrooms, radio and television panels, and electronic toys and websites. Beyond entertainment, the principles behind the game influence teaching, debugging, and some approaches to machine learning and interactive artificial intelligence.
Example: if the secret is an "apple," useful early questions might be "Is it alive?" (no), "Is it edible?" (yes), "Is it commonly eaten raw?" (yes), narrowing efficiently toward a correct guess.