Wordle Solver
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
Prerequisites
To run the project you will need Java (JDK 11) and sbt
Example run on word BARGE
sbt project compiled with Scala 3
Usage
This is a normal sbt project. You can compile code with sbt compile
, run it with sbt run
, and sbt console
will start a Scala 3 REPL.
Compiling with scala-cli will get you x4 faster results. https://scala-cli.virtuslab.org/
For more information on the sbt-dotty plugin, see the scala3-example-project.