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
- Host: GitHub
- URL: https://github.com/swz-git/wordle-solver
- Owner: swz-git
- Created: 2023-07-06T01:30:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T20:27:12.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T12:15:46.923Z (over 1 year ago)
- Language: Rust
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*