cli-wordle

2.0.3 • Public • Published

🤯 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

/cli-wordle/

    Package Sidebar

    Install

    npm i cli-wordle

    Weekly Downloads

    0

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    71.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • tinkoh