Sign in Sign up
rubygems

word_searcher

WordSearcher generates a new word search puzzle with your input word, then tries to solve the puzzle. It is not programmed to win every game. It simply compares each letter of the word with all those available on the board, then randomly selects one. Then, it looks to see if the next letter of the word is joining the prior, and so forth. It plays more like a human, rather than a computer, so make the game more fun. Each time you play, notice that the board changes each time, even for the same input word.

Activity

Latest release
8y ago
Total releases
5
Cadence
~2 days
Last 12 months
0

Details

License
MIT
First release
Jul 05, 2018
Releases
Version Released
2.1 minor
2.0 major
1.03 minor
1.02 minor
1.01 initial