wordle-cli-js
v1.0.1
Published
a commandline game based on wordle online that was trending recently
Downloads
14
Maintainers
Readme
Wordle CLI Game
Wordle cli game is for the CLI enthusiasts. Using this code you can play the trending game Wordle from within your terminal console. I built this for fun. Feel free to suggest improvements or add issues in the issues tab.
Instructions:
Clone the code and then run the following command
cd wordle-cli
npm i
and then to play to game type the following command:
npm run wordle
For running the test cases, run
npm run test