Skip to content

jelder/bee_solver

Repository files navigation

NYT Spelling Bee Solver

screenshot

A solver for NYT's irritating but addictive daily word game Spelling Bee.

This uses a slightly larger dictionary than the real game, but the same scoring algorithm. You will get some false positives.

Installation for Local Use

$ cargo install bee_solver
$ bee_solver o zntcia

Web

$ cargo install wasm-bindgen
$ wasm-pack build --release --target web
$ python3 -m http.server
$ open http://localhost:8000/