Skip to content

Repository files navigation

word-game

Guess the word!

This is currently an attempted implementation of a perfect "word game" solver. The current iteration of the solver appears capable of generating a perfect decision tree, but is far too imperformant to do so within a reasonable amount of time.

Once we can generate decision trees quickly, this repo might be extended to include utilities / a published web interface.

PRs contain details on experimentation towards improving search performance.

Parity testing of word filtering via optimized search

cargo run --example test_parity --release word_lists/very-common.txt

Test time it takes to generate a decision tree for the simplest scenario

cargo build --example calc_decision_tree --release && time ./target/release/examples/calc_decision_tree word_lists/test.txt

About

Guess the word!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages