Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 716 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 716 Bytes

🤯 cli-wordle

Play wordle in your terminal!


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