Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kloki/bigbrainwordle
Assistent for solving the daily wordle
https://github.com/kloki/bigbrainwordle
Last synced: 2 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-05T09:58:14.000Z (about 1 month ago)
- Last Synced: 2024-10-05T10:08:51.220Z (about 1 month ago)
- Language: Rust
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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
![Example](./example.png)
# 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)