Skip to content

kaipainenoskari/wordleSolverRefactored

Repository files navigation

wordleSolverRefactored

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

Prerequisites

To run the project you will need Java (JDK 11) and sbt or scala-cli

Example run on word PARTY

2023-08-03

screenshot-www nytimes com-2023 08 03-11_27_01

sbt project compiled with Scala 3

Usage

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.

About

Refactored code of former wordleSolver project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages