2024-03-20 16:38:22 +01:00
|
|
|
# Wordle-analyzer
|
2024-03-20 16:04:33 +01:00
|
|
|
|
2024-03-20 16:38:22 +01:00
|
|
|
[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:
|
|
|
|
|
|
|
|
* [`./data/wordlists/en_dwyl_words.txt`](https://github.com/dwyl/english-words)
|