Skip to content

a96lex/wordle-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Wordle Breaker

A CLI tool to help you solve Wordle

I decided to code a solution to help uncover Wordle's hidden word.

How to use

0. Previous requirements

To run this tool , you will need python with a version at least 3.6

1. Clone the repo

git clone https://github.com/a96lex/wordle-breaker.git

2. Run the script

cd wordle-breaker
python wordle-breaker

Follow instructions to win!

Decision heuristics

At first, a random word is selected. Then, a random word containing none of the known letters is selected, until a solution is found. I have yet to see the script fail to find a word.

About

A CLI tool to help you solve Wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages