A utility for finding potential Wordle words
 
 
Go to file
Síle Ekaterin Liszka 63d709acf3 add yellow_search 2022-09-28 04:11:36 -07:00
.gitignore initial commit 2022-09-26 06:36:09 -07:00
LICENSE initial commit 2022-09-26 06:36:09 -07:00
README.textile initial commit 2022-09-26 06:36:09 -07:00
convert.py initial commit 2022-09-26 06:36:09 -07:00
wordle.cc add yellow_search 2022-09-28 04:11:36 -07:00
words.hh initial commit 2022-09-26 06:36:09 -07:00

README.textile

h1. Candid Words

This is a basic algorithm for generating a list of Wordle candidates based on yellow and green tiles.

h2. Building

You will need a C++11 compiler, for instance @g++ -std=c++11@. If you want to use a specific word list, save it as a plaintext file at 'words.txt' and run @convert.py@ before compiling the program.

h3. Copyright

The code is made available under BSD-3-Clause.