An open API service indexing awesome lists of open source software.

https://github.com/ohmrr/wordle-cli

Wordle but in the command-line.
https://github.com/ohmrr/wordle-cli

cli cli-game javascript nodejs

Last synced: about 1 month ago
JSON representation

Wordle but in the command-line.

Awesome Lists containing this project

README

          

# Wordle-CLI

I got the inspiration to make this from one of VS Code's social media accounts, I don't remember which.
They showed off the prompts library and I decided that I would try to make a game for once.

## How to Use:

Open your terminal and go to whichever directory you would like to download the game in. Then, run the following command.

```bash
git clone https://github.com/Ohmrrr/wordle-cli
```

You will also need to have Node.js installed. I have tested Node.js v12.22.10, but I am not sure if other versions would work with the dependencies. Then, run one of the following (based off of your preferred package manager):

```bash
npm install
yarn install
pnpm install
```

This will install all the dependencies needed. Finally, you can use the start script:

```bash
npm start
yarn start
pnpm start
```

## Examples

![Example Number 1](images/example1.png)


![Example Number 2](images/example2.png)