Socket
Socket
Sign inDemoInstall

wordle-cli

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wordle-cli

CLI interpretation of the game Wordle


Version published
Weekly downloads
0
Maintainers
1
Install size
152 kB
Created
Weekly downloads
 

Readme

Source

Wordle CLI

Install

npm i -g wordle-cli

Play without install

npx wordle-cli

How to play

Try to guess the 5-letter word! After each round, you'll see the results, which are color-coded. Take the results into account when entering your next word and try to guess the selected word within six rounds.

  • A green tile means that the letter is guessed correctly.

  • A yellow tile means that the letter appears in the word, but is in the wrong place.

  • When a tile is not colored, that letter does not appear in the word.

To start the game, run wordle in your command line and guess your first word! To display a help message, including a manual and options, add the --help flag.

Options

-d --date <DD-MM-YYYY>: Choose a date to play with the correspondig word

-h --hard: Disable yellow tiles from the results

-r --random: Play with a randomly selected word

-g --guesses <number>: Set a custom amount of rounds for a game

-s --spoiler: Show the word of the day immediately

-u --unlimited: Disable the maximum of 6 rounds per game

-w --word <word>: Manually choose a word to play with

Credits

This is command line interpretation of Wordle, created by Rob van Bakel. The original game was created by Josh Wardle (@powerlanguish) and is available on www.nytimes.com/games/wordle.

FAQs

Last updated on 24 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc