Skip to content

A program for generating Wordle guess candidates from yellow, green, and guessed letters.

License

Notifications You must be signed in to change notification settings

VulpineAmethyst/CandidWords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Copyright

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

About

A program for generating Wordle guess candidates from yellow, green, and guessed letters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published