https://github.com/teegre/masterword
A Wordle clone written in Bash.
https://github.com/teegre/masterword
bash linux wordle
Last synced: 2 months ago
JSON representation
A Wordle clone written in Bash.
- Host: GitHub
- URL: https://github.com/teegre/masterword
- Owner: teegre
- License: gpl-3.0
- Created: 2022-02-19T10:34:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T20:38:07.000Z (over 2 years ago)
- Last Synced: 2023-12-25T21:37:55.508Z (over 2 years ago)
- Topics: bash, linux, wordle
- Language: Shell
- Homepage:
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MasterWord

**MasterWord** is a clone of Wordle written in Bash.
A list of words taken from *Le Littré* dictionary is provided for French language.
For other languages, **MasterWord** creates a wordlist based on the default system dictionary located in `/usr/share/dict/words`.
## Dependencies
Latest version of: bash, coreutils, words.
## Install
```
> git clone https://github.com/teegre/masterword.git
> cd masterword
> sudo make install
```
## Uninstall
`sudo make uninstall`
You may also want to remove `/home/$USER/.config/masterword` directory.