Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meownoid/wordle-solver
Solver for the Wordle game
https://github.com/meownoid/wordle-solver
bot wordle
Last synced: about 1 month ago
JSON representation
Solver for the Wordle game
- Host: GitHub
- URL: https://github.com/meownoid/wordle-solver
- Owner: meownoid
- License: mit
- Created: 2022-03-20T15:25:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T00:44:12.000Z (almost 3 years ago)
- Last Synced: 2023-07-18T23:28:49.761Z (over 1 year ago)
- Topics: bot, wordle
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordle Solver
Simple program for solving the [Wordle](https://www.nytimes.com/games/wordle/index.html) game.
[![asciicast](https://asciinema.org/a/480887.svg)](https://asciinema.org/a/480887)
## Installation
```shell
git clone https://github.com/meownoid/wordle-solver
```## Usage
```shell
cd wordle-solver
python -m solver
```## Solvers
1. `random` – randomly suggests words that satisfy all constrains
2. `max-diff` – ranks words based on their difference with all other words that satisfy all constrains