Package Exports
- wordle.js
- wordle.js/wordle.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wordle.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
wordle.js
wordle.js is a CLI Wordle clone written in JavaScript
Installation
UNIX-like
sudo npm install wordle.js -g -S
Windows
Run the following command in an administrator command-line (CMD or PowerShell):
npm install wordle.js -g -S
How To Play
You can start the game by typing in wordle
in your terminal