Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T14:50:33.000Z (almost 3 years ago)
- Last Synced: 2023-08-20T04:19:05.592Z (over 1 year ago)
- Topics: bash, game, shell, wordle
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle
![very nice](.assets/wojak.jpg)
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
```