Refactored code of former wordleSolver project. ̷N̷o̷t̷ a̷s̷ f̷a̷s̷t̷ y̷e̷t̷. Just as fast.
Hobbyproject created to solve wordle and sanuli as efficiently and fast as possible.
Wordle: https://en.wikipedia.org/wiki/Wordle
NYT: https://www.nytimes.com/games/wordle/index.html
Sanuli: https://sanuli.fi
To run the project you will need Java (JDK 11) and sbt or scala-cli
Example run on word PARTY

Compiling with scala-cli will get you x4 faster results compared to sbt. https://scala-cli.virtuslab.org/
You can compile code with scala-cli src --main-class Main in the root of the project.