spelling_bee_solver

Crates.iospelling_bee_solver
lib.rsspelling_bee_solver
version0.1.0
sourcesrc
created_at2021-05-18 19:29:46.222568
updated_at2021-05-18 19:29:46.222568
descriptionA CLI app to generate solutions to the NYT Spelling Bee puzzles
homepagehttps://github.com/younata/SpellingBeeSolver
repositoryhttps://github.com/younata/SpellingBeeSolver
max_upload_size
id399105
size9,788
Rachel Brindle (younata)

documentation

README

SpellingBeeSolver

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.

Usage

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.

Installing

Future Work

Build a robot to enter these solutions in.

Commit count: 2

cargo fmt