generated from PlexSheep/rs-base
30 lines
1.6 KiB
Markdown
30 lines
1.6 KiB
Markdown
# Wordle-analyzer
|
|
|
|
|
|

|
|

|
|

|
|

|
|
[](https://github.com/PlexSheep/wordle-analyzer/actions/workflows/cargo.yaml)
|
|
|
|
* [Original Repository](https://git.cscherr.de/PlexSheep/wordle-analyzer)
|
|
* [GitHub Mirror](https://github.com/PlexSheep/wordle-analyzer)
|
|
* [crates.io](https://crates.io/crates/wordle-analyzer)
|
|
|
|
[Wordle](https://en.wikipedia.org/wiki/Wordle) is a popular game in which you
|
|
have to guess words by slowly guessing the letters contained in it.
|
|
|
|
`Wordle-analyzer` aims to offer a few things:
|
|
|
|
* A basic implementation of the Wordle game
|
|
* An Interface for solvers for the Wordle game, which can make use of math and
|
|
information theory
|
|
* A benchmark for Wordle solvers
|
|
|
|
## Wordlists
|
|
|
|
Included in this repository are the following wordlists:
|
|
|
|
<!-- TODO: make sure this is properly cited -->
|
|
* [3Blue1Brown Top English words](./data/wordlists/german_SUBTLEX-DE.json) --- [`./data/wordlists/en_US_3b1b_freq_map.json`](https://github.com/3b1b/videos/tree/master/_2022/wordle/data)
|
|
* [~33.000 Common German Words](./data/wordlists/german_SUBTLEX-DE.json) --- [SUBTLEX-DE](https://osf.io/py9ba/files/osfstorage)
|