A utility for finding potential Wordle words
 
 
Go to file
Síle Ekaterin Liszka 091e6b2d2c README: reformat as Markdown (bleh) 2023-11-11 22:33:54 -08:00
.gitignore initial commit 2022-09-26 06:36:09 -07:00
LICENSE initial commit 2022-09-26 06:36:09 -07:00
README.md README: reformat as Markdown (bleh) 2023-11-11 22:33:54 -08: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.md

Candid Words

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

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.

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