https://github.com/asrvd/wordinal
Wordle but it's on your Terminal!
https://github.com/asrvd/wordinal
wordle wordle-clone wordle-game wordle-on-terminal
Last synced: about 1 month ago
JSON representation
Wordle but it's on your Terminal!
- Host: GitHub
- URL: https://github.com/asrvd/wordinal
- Owner: asrvd
- License: mit
- Created: 2022-02-08T08:05:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T05:17:31.000Z (about 3 years ago)
- Last Synced: 2025-05-12T19:12:31.642Z (about 1 month ago)
- Topics: wordle, wordle-clone, wordle-game, wordle-on-terminal
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/wordinal
- Size: 72.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.powerlanguage.co.uk/wordle/).
## Playing Wordinal 🔠
Install the npm package.
```bash
$ npm install wordinal
```
Start the Game.
```bash
$ wordinal
or
$ npx wordinal
```## Running Locally 🚀
Clone the GitHub Repo
```bash
$ git clone -b main https://github.com/asheeeshh/wordinal.git
```
Install dependencies, Make sure you have `npm` and `nodejs` installed.
```bash
$ npm install
```
Run the Game.
```bash
$ wordinal
```## License ⚖
MIT## Ending Note ✒
- *Consider giving the repo a ⭐ if you liked the project!*
- *Follow me and checkout my other projects!*