Letter T, category "things a villain says" โ Riya and Kabir wrote the exact same line, so both score zero.
The hook
Name-Place-Animal-Thing has been the same four categories since your grandparents played it. Category Clash keeps the one-letter-many-answers core but replaces the fixed list with a wheel that can land on "items in grandma's purse" or "things a villain says" โ and replaces the honor-system scoring with an app that actually checks whether your answer was too obvious. The talking timer is the twist that makes it a party game instead of a worksheet: it counts down out loud, so the whole room hears the pressure ramping on whoever's stalling.
A sample round
Hand the phone to Mom โ spin when ready
1 ยท Mom spins: letter T, "things a villain says"
2 ยท The talking timer counts down out loud
3 ยท Duplicates cancel; the quiet answers survive
How a round plays
- The wheel spins a letter and a wild category card ("items in grandma's purse," "things a villain says").
- A talking timer counts down out loud; everyone writes an answer starting with that letter before it hits zero.
- Answers are revealed together, on paper or on-screen, one player at a time.
- Any answer that exactly matches another player's cancels both to zero โ great minds don't score.
- Unique surviving answers each score a point; most points once the category deck runs out wins.
Why it's sticky
The classic NPAT tension โ "is this answer clever enough to stand alone?" โ gets sharper when the category itself is doing half the comedy. And the duplicate rule quietly punishes the two competitive players in the room for thinking too hard: Riya and Kabir out-clever each other into the exact same joke and both flame out, while Mom's flat, unbothered answer wins by default. That's the loop that keeps it on the table: nobody wants to be the one who played it safe and won, but nobody wants to be the one who got too clever and lost, either.
Modes
- Classic โ pass the phone around; app spins, players answer aloud or on paper.
- Speed Clash โ shorter talking timer, faster category deck, more rounds per game.
- Family deck โ gentler category list tuned for younger players, same duplicate scoring.
Build notes
Size: S. The shared shell provides the pass-the-phone handoff, the how-to-play screen, the scorebar, and the countdown-timer component. Game-specific work is small: the letter/category wheel data (a deck of category cards with letter-compatibility rules so the wheel never lands on an impossible pair), the duplicate-answer matcher (case- and punctuation-insensitive string comparison), and wiring the shared timer to Web Speech so it speaks the countdown instead of just displaying it. Core round logic lives in a plain JS module so a future "submit your answer by link" async mode can reuse the same scoring without a rewrite.