https://github.com/euro20179/wordle-bash
A wordle clone in pure clean bash, mmm yes very nice.
https://github.com/euro20179/wordle-bash
bash game shell wordle
Last synced: 5 months ago
JSON representation
A wordle clone in pure clean bash, mmm yes very nice.
- Host: GitHub
- URL: https://github.com/euro20179/wordle-bash
- Owner: Euro20179
- Created: 2022-03-01T15:47:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T14:50:33.000Z (over 3 years ago)
- Last Synced: 2024-12-30T05:55:52.189Z (7 months ago)
- Topics: bash, game, shell, wordle
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle

Wordle clone in ***pure*** bash
# Install
* Youll need a list of words, my choice is `https://raw.githubusercontent.com/hghyug/english-words/main/words.txt`
* Use the `-f` option to specify the path to the words
* Or edit the file so that the path to the list of words is correct
* Copy the file to somewhere in your `PATH`# Usage
```
wordle [-ulLf]
Options:
-L length of answer word, default: 5
-u whether or not to use strictly bash (can be slow)
-l amount of lives, default: 5
-f specify a word list file, default: /home/euro/Documents/words.txt
```