Crates.io | spelling_bee_solver |
lib.rs | spelling_bee_solver |
version | 0.1.0 |
source | src |
created_at | 2021-05-18 19:29:46.222568 |
updated_at | 2021-05-18 19:29:46.222568 |
description | A CLI app to generate solutions to the NYT Spelling Bee puzzles |
homepage | https://github.com/younata/SpellingBeeSolver |
repository | https://github.com/younata/SpellingBeeSolver |
max_upload_size | |
id | 399105 |
size | 9,788 |
Simple CLI written in rust to generate solutions to the NYT Spelling Bee puzzles.
Defaults to using the built-in word dictionary, which is much more expansive than the dictionary the NYT uses. That is, this will generate a bunch of solutions that aren't recognized as valid. Similarly, there might be words that NYT is aware of that the words dictionary can't find.
spelling_bee_solver <primary_character> <supporting_characters>
Where the primary character is the center, "yellow" character that much be present in all words. The support characters is a string (no spaces, not a list) of all other characters allowed by the puzzle.
cargo install spelling_bee_solver
Build a robot to enter these solutions in.