https://github.com/kloki/bigbrainwordle
Assistent for solving the daily wordle
https://github.com/kloki/bigbrainwordle
Last synced: 9 days ago
JSON representation
Assistent for solving the daily wordle
- Host: GitHub
- URL: https://github.com/kloki/bigbrainwordle
- Owner: kloki
- Created: 2024-06-20T18:35:47.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-05T09:58:14.000Z (7 months ago)
- Last Synced: 2025-04-09T15:51:14.325Z (10 days ago)
- Language: Rust
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ratatui - bigbrainwordle - A tool to help you cheat with the daily wordle. (đģ Apps / đšī¸ Games and Entertainment)
README

# BigBrainWordle
The assistant that help you cheat with wordle. Uses an entropy approach to determine the next word.
## Install
```
cargo install bigbrainwordle --locked
```## Run
```
bigbrainwordle
```## References
- [data_set](https://github.com/steve-kasica/wordle-words)
- [entropy approach](https://www.youtube.com/watch?v=v68zYyaEmEA)