Spelling Bee Game.
Listen to a randomly fetched from dictionary word and its description and try to write its correct spelling.
Play it — the real thing, running here
The game ships with no word list. No dictionary in the bundle, no database, no file of tricky words picked by hand. Every round is assembled live from two strangers' servers in the couple of seconds before a voice starts talking. The button below runs that same chain, right now.
Build a round — it is fetching one now
A word service returns one English word — that is the whole response, no meaning and no promise a human has ever used it. That word goes to a dictionary, which may or may not have heard of it. Wire the two together naively and roughly a third of rounds are a voice confidently announcing nothing.
So it is not a pipeline, it is a loop. A 404, an empty definition, one of the dictionary's random 502s — all the same thing to the caller, and the word is discarded for a fresh one. The struck-through words above are real rejections that just happened on your machine. In the game you never see them; you only wait a beat longer while the screen dims.
Four sources for one sound
- 00Synthesized speech mispronounces exactly the kind of obscure word this game is made of, and a mispronounced word is an unspellable one. So where a human recording exists, a human says it.
- 01Dictionary entries sometimes carry clips recorded by volunteers on Wikimedia Commons.
- 02The dictionary's own media host throws 502s while its JSON keeps answering perfectly — so the app skips it and asks Commons for the source file directly, preferring US, then UK, then AU.
- 03Commons stores Ogg Vorbis, which Safari refuses to decode, so the auto-generated mp3 transcode is tried first and the original kept as backup.
Playback just walks the list. A dead host, a missing file, a codec the browser won't touch, an autoplay policy blocking sound — each one quietly moves to the next candidate, and if all four fail, synthesis says the word. The game never breaks; at worst it sounds slightly less good. When a real recording does play, the synthetic voice skips the word and reads only the definition, so you never hear it twice in two accents.
The typos are load-bearing
informayshn, defolt, keebord, revyu, cearful — every misspelling on the instructions screen sits under the red wavy underline your browser draws under a mistake. It is a spelling game; it seemed rude not to. The same squiggle marks wrong answers on the results screen, which quietly turns the joke into the app's actual error styling. Guess wrong above and you have already seen it.
One honest warning
The whole game rests on the browser's built-in speech engine, and they are not equal. Google's and Microsoft's voices are genuinely good. Apple's defaults are showing their age and can make an ordinary noun sound like a fax machine clearing its throat. There is a voice picker in the game for exactly this reason.