Palamabron / WordleSolver

Program calculating the best possible guessing word in game Wordle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%