2.0.3 • Published 4 years ago
cli-wordle v2.0.3
🤯 cli-wordle
Play wordle in your terminal!
Requires Node (ES6+ support), if you don't have it already.
To play, run:
npx cli-wordleor install globally with
npm i -g cli-wordleand run with
cli-wordleWordle 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