Wolges, a library of Andy Kurnia's experiments to understand how to better play the Orthogonal Morphemes Game of Words, also known as OMGWords.
Backronym idea: Weaving Out Letters Gathering Expected Scores.
It is named after Woogles.io, the best site to play the game on.
Copyright (C) 2020-2024 Andy Kurnia.
Released under the MIT license.
Bugs included.
brew install rustup-init
rustup-init
(accept defaults)
(restart shell to activate .profile)
(cd src for convenience)
(put some word list .txt files and leaves.csv files in current directory)
#cargo run --release --bin buildlex -- english-klv leaves.csv leaves.klv
cargo run --release --bin buildlex -- english-klv2 leaves.csv leaves.klv2
cargo run --release --bin buildlex -- english-kwg CSW19.txt CSW19.kwg
cargo run --release --bin buildlex -- english-macondo CSW19.kwg CSW19 CSW19.dawg CSW19.gaddag
cargo run --release --bin buildlex -- english-kwg-alpha CSW19.txt CSW19.kad
cargo run --release
Details are not in this short readme.