Kabir just added U. Riya has to decide: extend the sequence herself, or call his bluff.
The hook
Ghost is a century-old campfire game with a fatal flaw: without a dictionary referee, every round ends in an argument about whether a word "counts." Ghost Protocol keeps the elegant core โ take turns adding one letter, never be the one to complete a real word โ and adds instant, fair adjudication plus a real scoring layer. The challenge mechanic turns it into a proper bluffing game: claim there's no possible word ahead and you'd better be right, because the loser of a challenge pays with a life. It's the purest bluff-or-fold tension of poker, played entirely with the alphabet.
A sample round
1 ยท Setup: the sequence sits at STR โ still safe, still going nowhere in particular
2 ยท Mid-game tension: Riya challenges Dad's STRA as a dead end
3 ยท The payoff: Dad proves it, Riya's challenge backfires
How a round plays
- Players take turns adding one letter to a shared, growing sequence.
- Never complete a real word on your turn โ if your letter finishes one, you lose a life immediately.
- Instead of adding a letter, you may challenge the previous player, claiming no real word can ever extend the sequence.
- The challenged player must name a valid completion; fail and they lose a life, succeed and the challenger does instead.
- Last player with lives remaining wins the round.
Why it's sticky
Every single letter is a tiny lie or a trap: are you actually steering toward a real word, or bluffing and hoping nobody calls it? The instant, dictionary-backed adjudication removes the "well ACTUALLY" arguments that kill the paper version, so the game stays fast and the bluffing stays honest. It rewards a genuinely wide vocabulary without ever feeling like a spelling test, and rounds are short enough that a bad bluff is forgotten by the next hand.
Modes
- Classic duel โ two players, straight lives-based scoring.
- Party Circle โ 3โ4 players pass the phone around the circle, turn order enforced by the shell.
- Speed Ghost โ a ticking clock on every turn adds pressure to both adding and challenging.
Build notes
Size: M. The shared shell provides the turn tracker, lives/score display, and how-to-play screens; there's no hidden information here, so no pass-the-phone handoff is required beyond a simple "your turn" cue. Game-specific work: a dictionary-backed solver that can instantly answer "does any real word extend this prefix" to adjudicate challenges fairly, a prefix-trie word list for fast lookups, and the life-tracking/challenge-resolution logic. As with the rest of the Board Room, the core sits in a plain JS module โ state in, state out โ and the entire game state is tiny (the letter sequence, whose turn, lives remaining), making it one of the easiest candidates for a future URL-encoded async match.