A simple Wordle puzzle solver in python
A simple search-based puzzle solver for Wordle, built in Python. Inspired by and tested using @adjusa’s clone, Hyperwordle. By default, this uses a small dictionary (~2,500 5-letter words), and can’t find solutions outside the given list. Youcan optionally switch to the complete English dictionary provided by @dwyl(~16k 5-letter words), which is more comprehensive than the dictionary used by official Wordle and related puzzles. Thismeans that while your chance of having the answer in the dictionary are high, you may be […]
Read more