Skip to content

bdkopen/hangman-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages