Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)