This version allows:
- Loading of any wordlist
- Setting of minimum word length
- Entering a wordament board (except for x/y tiles)
- Sorting found words by maximum points
In order to use this program you need a wordlist, these can be found in the words directory the recommended wordlist being words_3_16.txt.
Help can be shown by running ./wordament --help
where the following message is printed
Usage: ./wordament [-h] [-v] [-d] [-m n] ...wordlist
-h, --help = Print this help message
-v, --verboose = Run in verboose mode
-d, --debug = Run in debug mode
-m [n],--min-len [n] = set the min length for words to be found to [n]
wordlist = file to load wordlist from