Forum Discussion
tauqeeracma
Mar 09, 2022Iron Contributor
Wordle with Excel Solver
Amid the plenty of solutions and techniques that are coming for the newly viral word-puzzle game Wordle. I have also tried to make an excel-based solution for the puzzle. Because, being an excel enth...
tauqeeracma
Mar 11, 2022Iron Contributor
Thanks for your comments.
mtarler
Nov 11, 2022Silver Contributor
tauqeeracma First, very impressive and cool !!
In the attached I did 2 small ideas:
a) for the suggested word I decreased the point value for words with repeated letters to increase chance of suggested words not having repeated letters. In example 1 it makes improvements.
b) for input I created a new option for word input: a) type whole word and then B) type hint letters as capital for correct location and lower case for correct but in wrong location. I just thought this might be an easier input idea.
When I have time I might look at other parts too. Should we look at how this project would look using dynamic array functions?