Crates.io | wordle-solver |
lib.rs | wordle-solver |
version | 0.3.0 |
source | src |
created_at | 2022-01-17 22:46:10.702777 |
updated_at | 2022-06-29 12:33:33.530012 |
description | A library and a program to solve the daily wordle |
homepage | |
repository | https://github.com/jeteve/wordle-solver |
max_upload_size | |
id | 515807 |
size | 1,006,836 |
git clone https://github.com/jeteve/wordle-solver.git
cd wordle-solver
cargo run
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
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.
This is best developed in VS Code, using the provided .devcontainer
with Docker.
Use cargo release