Wordler program can take randomly inputed letters and find all the words that can be spelled with them
Wordler requires scala and sbt.
A dictionary file is also required.
Configuring wordler can be done by changing com.philipsears.wordler.WordlerConfig file
You will need to configure the dictionary path.
A default dictionary is committed in the source in $project/src/main/resources/en-US.dic
Building wordler is easy
sbt compile
Clean build can be done like this
sbt clean compile
Running wordler can be done by starting sbt
sbt
and starting run command
run