Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 572 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 572 Bytes

Hangman Solver

This program assists in solving Hangman problems.

Created on Python 3.8.2.

Running

Run the solver.py

When prompted, enter in the current word and known letters. Enter a "." if the word is unknown. Then, enter the letters you have tried already.

If there is only one matching word, the program will return the correct word. If there are only a few possibilities, it will list the possibilities. If there are many possible words, it recommends the most probable letter.

Thank you to SCOWL for providing the dictionary. http://wordlist.aspell.net/