Skip to content

A Wordle solver written in Scala - largely an excuse to play with AI techniques

Notifications You must be signed in to change notification settings

programmatix/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Solver

A solver for the game Wordle. Has no affiliation with Wordle or the NY Times. This is just a bit of fun to practice writing some AI.

Running

Install the Scala Build Tool (SBT). One way to fetch it is to install sdkman and then:

sdk install sbt

To see how it solves a particular word like "CARGO", run with:

sbt "run --target CARGO"

You'll see output similar to this (though it may choose a different starting word, changing the exact words used):

Try today's Wordle solution and see if you can beat the computer..

If run without arguments (sbt run) it will pick and solve a random word.

About

A Wordle solver written in Scala - largely an excuse to play with AI techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages