candidwords/README.md

13 lines
393 B
Markdown
Raw Permalink Normal View History

2023-11-12 06:33:54 +00:00
# Candid Words
2022-09-26 13:32:47 +00:00
This is a basic algorithm for generating a list of Wordle candidates based on yellow and green tiles.
2023-11-12 06:33:54 +00:00
## Building
2022-09-26 13:32:47 +00:00
2023-11-12 06:33:54 +00:00
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.
2022-09-26 13:32:47 +00:00
2023-11-12 06:33:54 +00:00
## Copyright
2022-09-26 13:32:47 +00:00
The code is made available under BSD-3-Clause.