Skip to content

Solver for popular word guessing game Wordle, written in Scala.

Notifications You must be signed in to change notification settings

kaipainenoskari/wordleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

2023-07-13

wordle-bot-13-07-23

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.

About

Solver for popular word guessing game Wordle, written in Scala.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages