cressman/word-games
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project is intended to help analyze your performance at Wordle (or other word games) DO NOT CHEAT. Solve the puzzle on your own first and then analyze other possible strategies using this tool after! How to use * In the resources folder, copy sample-application.properties to application.properties * Choose the solver class by setting the solver property * Choose the puzzle to solve by setting the puzzle property - you can also omit this property and the solver will be used against all possible puzzles to see how well it does on average. * Run the program from Main