jonas c1f14a5bba
Build docker images. / build-wordle-solver-image (push) Successful in 31s
Build docker images. / build-wordle-solver-web-image (push) Successful in 5m9s
build(docker): remove bash from web image
2026-09-10 16:56:31 +02:00
2026-09-08 18:24:46 +02:00
2026-08-21 17:57:45 +02:00
2026-09-10 16:27:17 +02:00
2026-08-20 00:20:02 +02:00
2026-08-18 13:34:11 +02:00
2026-08-18 13:34:11 +02:00
2026-08-18 20:22:48 +02:00
2026-08-21 15:49:24 +02:00
2026-08-21 15:49:24 +02:00
2026-08-18 13:34:11 +02:00
2026-09-08 17:34:07 +02:00
2026-09-10 16:27:27 +02:00
2026-08-19 14:57:14 +02:00
2026-08-18 20:22:48 +02:00

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.

  1. a CLI tool
  2. 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-pack
  • wasm-bindgen
  • cargo
  • nodejs
  • yarn
cd web
yarn install
yarn serve # or yarn build
S
Description
No description provided
Readme
574 KiB
Languages
Rust 40.8%
Svelte 28.6%
Nix 15.3%
TypeScript 13.8%
Shell 0.8%
Other 0.7%