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.
- Host: GitHub
- URL: https://github.com/ohmrr/wordle-cli
- Owner: ohmrr
- License: mit
- Created: 2022-04-15T03:17:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T05:32:15.000Z (about 3 years ago)
- Last Synced: 2025-10-24T04:27:48.540Z (8 months ago)
- Topics: cli, cli-game, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 414 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

