A simple Rust implementation of the classic New York Times Spelling Bee game.
USAGE:
freebee-cli [OPTIONS] --wordlist <WORDLIST>
OPTIONS:
-h, --help Print help information
-s, --seed <SEED> Seed for RNG. If none provided, seeds from entropy
-V, --version Print version information
-w, --wordlist <WORDLIST> Path to wordlist
Finding a good wordlist is hard, but a decent option can be found here.
? - display this message
\rules - display the rules of the game
\grid - display a matrix letter x length for every word in the puzzle
\2ll - (two letter list) display a count for the number of words starting with each two letter pair
\solve - print all solutions to the puzzle
\quit - exit the game
For more information on how to use the grid, see this NYT page.