Single-File Wordle-Style (All State in #hash)

All state—target word number, guesses, and feedback lives in the URL fragment identifier. The dictionary is embedded as gzipped base64 (5-letter subset) and decompressed client-side.
Target
Loading dictionary… Loading
Shortcuts: Ctrl/Cmd+Z undo, Ctrl/Cmd+Y redo
Debug Word selection and candidate counts
Word # of

Candidate Counts

Dictionary size
Rows10
Word length5
Remaining after all feedback
Reduction
Per submitted row, the app filters the embedded word list to those consistent with the feedback pattern. The per-row counts shown on the board reflect remaining candidates after incorporating that row’s information.
Notes:
  • Paste your generated base64 gzip into WORDS_GZ_B64.
  • If DecompressionStream is unavailable, the app will show an error.