ChaseDurand / wordle-bot

Experiementations with Wordle. Probably the first of its kind.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordle-bot

A repo for experimenting with powerlanguage's wordle. All work is done with word lists from release e65ce0a5, which have been modified since NYT's aquisition.

Operation

The bot plays using hard mode requirements. For each round, the distribution of letters is calculated per position for all remaining answers. Then, each possible guess is scored by using this distribution as a lookup table per position and the word with the highest score is guessed.

Initial character distribution per position of all answers

Current implementation of hard mode solves 98.9% of solutions within 6 rounds.

Distribution of rounds required to guess answers

About

Experiementations with Wordle. Probably the first of its kind.

License:MIT License


Languages

Language:C++ 100.0%