Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```