An open API service indexing awesome lists of open source software.

https://github.com/swz-git/wordle-solver

A pretty decent wordle solver
https://github.com/swz-git/wordle-solver

Last synced: about 1 year ago
JSON representation

A pretty decent wordle solver

Awesome Lists containing this project

README

          

# Wordle Solver

Solves wordles in a browser window.

## Dependencies

- [Rust & Cargo](https://rustup.rs/)
- [Firefox](https://firefox.com)
- [Geckodriver](https://github.com/mozilla/geckodriver/releases)

## How to run

1. clone the repo
2. open a terminal and run `geckodriver`
3. open another terminal and run `cd wordle-solver && cargo run`

*I've only tested this on linux but it should probably work on windows/mac as well*