Requires Node (ES6+ support), if you don't have it already.
To play, run:
npx cli-wordle
or install globally with
npm i -g cli-wordle
and run with
cli-wordle
Wordle is a game designed by Josh Wardle. The game's rules are simple:
- You have six tries to guess the hidden word.
- Your guess must be 5 letters! The puzzle will always be this length.
- If a letter is in the correct space, it will appear green. If it's the correct letter in the wrong space, it will appear yellow. If it's not in the word, it'll appear black.
This CLI tool was built with:
- chalk
- chalk-animation
- figlet
- gradient-string
- prompts