Skip to content

A performant wordle solver, inspired by 3Blue1Browns video

Notifications You must be signed in to change notification settings

jembishop/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Solver

A wordle solver written in Rust, designed to be high performance. It uses the official wordle list, but I deliberately mixed together the allowed words and the possible words together as this is more in the spirit of the game.

It considers the information gain from each guess, but does not weight according to any likelyhood.

As it uses information gain, when there are only a few possibilities you should just guess those rather than following the suggested word, its normally pretty obvious what it is.

It doesn't handle hard mode.

About

A performant wordle solver, inspired by 3Blue1Browns video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages