Worlde solver
This application supports in finding the correct answer to the daily word puzzle game Wordle.
It applies varying strategies to find the optimal guesses to try to efficiently solve the word puzzle.
To build JAR: mvn clean compile package
To run: java -jar target/wordle-solver-
(eg. java -jar target/wordle-solver-0.0.1-jar-with-dependencies.jar
)
Note: Java 11 is required