RubyGems Navigation menu

word_searcher 2.1

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.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 2.1 - July 22, 2018 (11 KB)
  2. 2.0 - July 10, 2018 (11 KB)
  3. 1.03 - July 09, 2018 (11 KB)
  4. 1.02 - July 09, 2018 (11 KB)
  5. 1.01 - July 05, 2018 (9 KB)

Runtime Dependencies (5):

activesupport ~> 5.2
crm_formatter ~> 2.65
mechanizer ~> 1.12
scrub_db ~> 2.24
url_verifier ~> 3.1

Development Dependencies (4):

bundler >= 1.16.2, ~> 1.16
pry ~> 0.11.3
rake >= 12.3.1, ~> 12.3
rspec ~> 3.7

Owners:

Authors:

  • Adam Booth

SHA 256 checksum:

1f09e7dca08bf4073a220089a0952b5d80d49289501daa7fb39833059c2dc6ce

Total downloads 7,677

For this version 1,930

License:

MIT

Required Ruby Version: ~> 2.5.1

Links: