Skip to content

Program calculating the best possible guessing word in game Wordle

Notifications You must be signed in to change notification settings

Palamabron/WordleSolver

Repository files navigation

Wordle Solver

Program calculating the most effective current guessing word in game Wordle.

Source for idea

Video "Solving Wordle using information theory" from 3b1b channel:

https://www.youtube.com/watch?v=v68zYyaEmEA

How program works

First, program iterate through all possible five-letter words where every letter is different to evaluate number of bits (how many times on average chosen word halves total number of possible words). It is done by generating all combinations of letters' states and assigning for each word a value based on formula below:

About

Program calculating the best possible guessing word in game Wordle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages