Skip to content

Releases: Douile/wordament-solver

Almost complete version

25 Feb 21:53
65423c9
Compare
Choose a tag to compare

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

Fix working version

19 Feb 20:06
59de397
Compare
Choose a tag to compare
v0.2

Fix segmentation issues, add sigint handler, add support for arguments, now working
Also in build.sh moves old file so gdb will not run