2024-04-03 00:02:00 +03:00
2023-01-24 21:09:24 +02:00
2023-01-24 21:09:24 +02:00
2024-04-03 00:02:00 +03:00
2023-01-24 21:10:25 +02:00

hangman-solver-py

Simple Hangman Solver using bruteforce and an english dictionary.

It uses the elimination method to give you hints about likely words. Most effective with lengthy words.

  • Uses input information such as right letters, wrong letters, position and repetition.
Description
Simple Hangman Solver using bruteforce and an english dictionary.
Readme GPL-3.0 197 KiB
Languages
Python 100%