Wordle but it's on your Terminal!

Overview

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 wordinal

Start the Game.

$ wordinal

Running Locally ๐Ÿš€

Clone the GitHub Repo

$ git clone -b main https://github.com/asheeeshh/wordinal.git

Install dependencies, Make sure you have npm and nodejs installed.

$ npm install

Add the following snippet to your package.json file.

"bin": {
    "wordinal": "./bin/main.js"
  },

Create symlink.

$ npm link

Run the Game.

$ wordinal

License โš–

MIT

Ending Note โœ’

  • Consider giving the repo a โญ if you liked the project!
  • Follow me and checkout my other projects!
You might also like...

Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.

Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.

Wordle2Townscaper Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks. You can download

Nov 2, 2022

A simple wordle solver for Node.js

This is just a weekend project, so take it easy :-) simple-worlde-solver Wordle solver for Node.js. I am aware of other efforts that use greedy algori

Feb 20, 2022

A Wordle-like game where you have to guess the unsigned 8-bit binary number

A Wordle-like game where you have to guess the unsigned 8-bit binary number

Bytle A Wordle-like game where you have to guess the unsigned 8-bit binary number! Game coded in 2h 14m 50.570s, but it's not like I'm counting how lo

Jun 30, 2022

Latin Wordle is a free and open-source project that aims to provide a fun and interactive way to learn Latin.

Latin Wordle Live Game Here Inspiration Latin Wordle is a free and open-source project that aims to provide a fun and interactive way to learn Latin.

Dec 16, 2022

I found 'WORDLE' game is hackable . we get solution on localStorage. I just prevented this.

WordleGame() Demo: https://shobdokhela.vercel.app Go play the real Wordle here Read the story behind it here Main Author Hannah Park Inspiration: I fo

Mar 6, 2022

๐Ÿ“Ÿ Chrome extension to solve Wordle puzzles.

๐Ÿ“Ÿ Chrome extension to solve Wordle puzzles.

๐Ÿ“Ÿ Chrome extension to solve Wordle puzzles. Learn to build Node.js CLI apps. wordle-solved ๐Ÿ“ฆ Chrome extension that solves Wordle puzzles for you ๐Ÿคฏ

Feb 8, 2022

Italian version of Wordle

Par ๐Ÿ‡ฎ๐Ÿ‡น le https://pietroppeter.github.io/wordle-it/ Una versione italiana (non ufficiale) di WORDLE. Se l'autore di Wordle non approva, lo tiro giรน:

Dec 18, 2022

A Wordle trainer, for the lols.

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

Mar 10, 2022

Chrome extension for the game called Wordle

Chrome extension for the game called Wordle

Chrome extension for the game called Wordle. No need to get stuck again while you have this at your side. Climb up that leader board!

Sep 17, 2022
Owner
ashish
ๆกœใฎ่Šฑ | Just a weeb who likes to code random shit.
ashish
a wordle clone in the terminal?

Wordleee A clone of the popular word guessing game, that runs in the terminal with a fancy ?? (?) UI! Features ?? Based on Node.js (with the amazing I

Hugo Wiledal 11 Sep 4, 2022
Wordle clone but the words are replaced by STIB/MIVB stops

STIBle / MIVBle STIBle / MIVBle is a WorLdle clone, except that you don't guess a country, but a stop in the STIB's (Brussels' public transport compan

null 3 May 26, 2022
Wordle but for music.

?? Soundle ?? A "Wordle for Music" ?? Links ?? ?? Repo ยท ?? Got Issue . Website ?? Features ?? Built with Axios Express React API Documentation ?? Fut

null 4 Oct 23, 2022
Provides 5 keywords with which to narrow down your wordle game. I ruin nice things.

Widdle?? I hate fun so I wrote a script that ruins Wordle. This script can be used to find a Widdle, a set of five words that cover nearly all letters

Tess Myers 3 Mar 12, 2022
WORDLEBOARD prototype: Show your Wordle game on a Vestaboard as you play.

WORDLEBOARD prototype Show your Wordle game on a Vestaboard as you play. Copyright (c) 2022, Scott Schiller. MIT license. Made with love and fun in mi

Scott Schiller 7 Dec 20, 2022
CLI to to solve your Wordle puzzle daily

?? CLI to to solve your Wordle puzzle daily. Learn to build Node.js CLI apps. wordle-solved-cli ?? CLI that solves Wordle puzzles for you ?? Automatic

Ahmad Awais โšก๏ธ 8 Feb 2, 2022
The extension to help you when you badly don't want to mess up your wordle streak

Your last resort in woordle to maintain your woordle win streak

Sreecharan 2 Feb 3, 2022
๐ŸŸฉ in case you want to cheat on your wordle games

Wordle Solver How to use Enter each right guess in the first grid Enter all letters that you know aren't in a certain position in the second grid For

James Zhang 2 Feb 7, 2022
A clone of the popular Wordle game.

Wordle Clone How to play locally: yarn install

null 2 Jan 9, 2022
A clone of the popular game Wordle made using React, Typescript, and Tailwind

Wordle Clone Go play the real Wordle here Read the story behind it here Try a demo of this clone project here Inspiration: This game is an open source

Hannah Park 2.4k Jan 8, 2023