1.4.2 • Published 4 years ago
wordinal v1.4.2
Wordinal
Wordle but it's on your Terminal!
What's Wordle? 🤔
Wordle is a classic word guessing game developed by Josh Wardle. Players have six attempts to guess a five-letter word; feedback is given for each guess, in the form of colored tiles, indicating when letters match or occupy the correct position.
You can play the original Wordle Game here.
Playing Wordinal 🔠
Install the npm package.
$ npm install wordinalStart the Game.
$ wordinal
or
$ npx wordinalRunning Locally 🚀
Clone the GitHub Repo
$ git clone -b main https://github.com/asheeeshh/wordinal.gitInstall dependencies, Make sure you have npm and nodejs installed.
$ npm installAdd the following snippet to your package.json file.
"bin": {
"wordinal": "./bin/main.js"
},Create symlink.
$ npm linkRun the Game.
$ wordinalLicense ⚖
MIT
Ending Note ✒
- Consider giving the repo a ⭐ if you liked the project!
- Follow me and checkout my other projects!