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.
- Host: GitHub
- URL: https://github.com/hwk929/worble
- Owner: hwk929
- License: mit
- Created: 2024-09-09T14:27:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:29:20.000Z (about 1 year ago)
- Last Synced: 2025-04-05T18:16:03.064Z (7 months ago)
- Topics: bash, bash-game, wordle, wordle-game
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Worble
 

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)