Skip to content

Releases: npezza93/word_search

Solver refactor

13 Jan 02:52
a109b22
Compare
Choose a tag to compare

Refactored the solver to not use an actual solution and handle if a word shows up more than once in the word search.

v1.0.1

09 Jan 02:11
908ff41
Compare
Choose a tag to compare

Spec updates to minimum required ruby version.

v1.0.0

09 Jan 02:03
f570cfd
Compare
Choose a tag to compare

Stable 1.0 release! 🎉

Contains Generator and Solver!

RC2

04 Oct 00:21
Compare
Choose a tag to compare
RC2 Pre-release
Pre-release

Fixes solution algorithm to actually solved word search.

RC1

30 Sep 00:43
Compare
Choose a tag to compare
RC1 Pre-release
Pre-release

Can create a 2D or 3D word search and has a possible solution algorithm.