Browse Source

Merge branch 'master' of https://rlbrhost.ddns.net/git/rlbr/hangman-ftw

multiprocess_search
Raphael Roberts 7 years ago
parent
commit
19526fcce8
  1. 1
      hangman.py

1
hangman.py

@ -102,6 +102,7 @@ def iterate(word_list,let_freq):
return entered_word,remaining_possibilities
if __name__ == "__main__":
#src: https://github.com/dwyl/english-words
words = load_words('words.txt')
FREQ = generate_letter_frequency(words)
print_likely_chars(ALPHABET,FREQ)

Loading…
Cancel
Save