894 B
894 B
Wordle Solver
This wordle solver uses an information theory based approach to evaluate the next-best-guess. It's heavily inspired by 3b1b's approach on solving wordle.
There are two ways to use the wordle-solver.
- a CLI tool
- a web interface
Docker
CLI
docker run --rm -it git.jroeger.de/jonas/wordle-solver-rs
web
docker run -p 8080:80 --rm -it git.jroeger.de/jonas/wordle-solver-rs-web
Nix
CLI
nix run .
Static web site
nix build git+http://git.jroeger.de/jonas/wordle-solver-rs#wordle-solver-web
Native
CLI
you will need to have cargo installed.
cargo run --profile release
web
you need the following tools:
wasm-packwasm-bindgencargonodejsyarn
cd web
yarn install
yarn serve # or yarn build