#wordle #solver #game #puzzle #assets

bin+lib wordle-solver

A library and a program to solve the daily wordle

3 releases (breaking)

0.3.0 Jun 29, 2022
0.2.1 Mar 7, 2022
0.1.1 Jan 17, 2022
0.1.0 Jan 17, 2022

#852 in Games

Download history 5/week @ 2024-02-25 61/week @ 2024-03-31

61 downloads per month

MIT license

1MB
322 lines

How to run

Other games covered

If you use the -s 6 option, you can also solve https://www.wordle2.in/

This seems to also be able to solve https://qntm.org/files/wordle/index.html

About cargo install

The included executable will not run with cargo install as it needs a file asset to load its dictionary. So until I change the packaging, please use git clone and cargo run to run this.

Developing

This is best developed in VS Code, using the provided .devcontainer with Docker.

Releasing

Use cargo release


lib.rs:

wordle_solver

Wordle solver is a small library as well as an example utility (wordle-solver) that helps you win the daily wordle ( https://www.powerlanguage.co.uk/wordle/ )

See the solver module and the Solver struct

Dependencies

~6–14MB
~148K SLoC