@lekoleko/wordle-solver
v1.0.9
Published
An unofficial solver for [Wordle - A daily word game](https://www.powerlanguage.co.uk/wordle/). Currently, it can solve only easy mode.
Downloads
13
Readme
Wordle solver
An unofficial solver for Wordle - A daily word game. Currently, it can solve only easy mode.
Installation
- Clone this repository
- Run
npm i
on the project root - Create
words.json
on the project root somehow. The content must bestring[]
Getting started
Launch repl
npm run dev
Run in emulation mode
npm run dev:emulate {{ANSWER_WORD}}
Logging
You can use DEBUG
environment variables for verbose logging.