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

https://github.com/hwk929/worble

Wordle clone built with pure bash.
https://github.com/hwk929/worble

bash bash-game wordle wordle-game

Last synced: 7 months ago
JSON representation

Wordle clone built with pure bash.

Awesome Lists containing this project

README

          

# Worble

![code-size](https://img.shields.io/github/languages/code-size/cyan903/worble) ![last-commit](https://img.shields.io/github/last-commit/cyan903/worble)

![preview](assets/preview.png)

A simple [Wordle](https://www.nytimes.com/games/wordle/index.html) clone built with pure bash.

## Try it out!

```sh
$ bash <(curl -s https://raw.githubusercontent.com/Cyan903/Worble/main/worble)
```

## Usage

```sh
$ worble help
$ worble ./path/to/custom-word-bank

# Show the word before starting the game
$ CHEAT=1 worble

$ make check
$ make dev
```

## License

[MIT](LICENSE)