Worker-powered word finder
Hangman Solver
Enter your known pattern, wrong letters, and included letters. The same entropy-based Hangman logic from the original project runs inside a separate worker so the dictionary never has to load in the browser.
Dictionary status
Loading worker stats...
Hangman Solver FAQs
Is the Hangman solver running in the browser?
The page UI runs in your browser, but the large Hangman dictionary and entropy solver logic are served from a separate worker so the frontend stays lighter.
How do I write unknown letters in the pattern?
You can use underscores, question marks, hyphens, or asterisks for unknown letters. The solver normalizes them to the same blank pattern format.
What does the suggested letter mean?
The suggested letter is chosen with entropy-based scoring so it should reduce uncertainty as much as possible among the remaining candidate words.