Answer matching
How LiveHub turns fast chat responses into clean, consistent game answers
Four games share LiveHub’s answer-matching layer — Guess the Movie, Guess the Song, Community Feud, and Read My List. They work best when viewers can answer naturally. People type quickly, use shorthand, skip accents, add punctuation, switch between singular and plural forms, and make the occasional typo. Answer matching keeps that experience fluid while still recording clean results.
Answer matching keeps two ideas separate:
- Recognition — LiveHub accepts harmless variations in how a viewer types.
- Presentation — the board still shows the official answer spelling.
Try the demo below to see how different-looking answers can resolve to the same result.
mikes dinermike dinermikes dinermike dinerApostrophes are dropped before matching. The board would record Mike's Diner.
What matching handles
Before a guess is compared to an answer, both sides go through the same cleanup step. That gives the games a predictable way to recognize the viewer’s intent.
- Capitalization —
THE MATRIX,the matrix, andThe Matrixall match. - Spacing and punctuation — extra spaces, trailing
!/?/., hyphens, and colons are ignored.Spider-Man: No Way Homematchesspider man no way home. - Accents — accented letters fold to their base form, so
Beyoncématchesbeyonceandcafématchescafe. - Letters an English keyboard doesn’t have —
œ,æ,ø,ß,ł,þand friends transliterate the way people actually type them, soMœbiusmatchesmoebiusandÆon Fluxmatchesaeon flux. - Apostrophes — dropped entirely, and every apostrophe style is treated the
same:
Mike's,Mikes, andMike’sall match. - Singular vs plural — on list- and answer-matching games, plurals count
either way, including irregular ones:
cat/cats,berry/berries,goose/geese,mouse/mice,child/children. Latin plurals aren’t folded, sohippopotamiandcactineed to be listed as accepted answers if you want them. - Common misspellings — close typos on longer words still resolve, so
hippopotamosandhipopotamusboth land onhippopotamus. This is deliberately conservative: short words stay exact (socotnever becomescat), and a guess that’s an equally-close match for two different answers is rejected rather than credited to the wrong one.
What appears on screen
The flexible part is only for recognition. Once a guess matches, the game records the dataset’s canonical spelling.
That means:
- A viewer can type
beyonce, and the board shows Beyoncé. - A viewer can type
mikes diner, and the board shows Mike’s Diner. - A viewer can type
spider man no way home, and the board can still show Spider-Man: No Way Home.
The result is a fast chat experience with a polished answer feed: viewers get credit for natural input, and the game presents the official answer every time.
This describes the four games listed at the top. Other games that take a typed answer — Who Am I, Guess the Logo, LiveLocator and the word games among them — match against their own curated lists of accepted spellings rather than going through this layer, so the rules above don’t all apply there.
Exact-letter games
Exact-spelling word games — TwistTok, Crowdle, Pairdle, and Hive Hunt — still require the precise word, because the exact letters are
the puzzle. There, cat and cats are two different answers.
Capitalization and spacing are still ignored where appropriate, but singular and plural words are kept distinct when the letters themselves are the game.
If a game is asking chat to identify a title, phrase, survey answer, person, or object, matching is usually forgiving. If the exact letters are the challenge, the answer stays exact.
Why it matters
Centralized answer matching gives typed-answer games the same feel across the library. Hosts get dependable scoring, viewers can answer the way people actually type in chat, and every winning guess resolves to a clean canonical answer on the board.