Skip to content

Releases: IloveNooodles/word-puzzle-solver

Word Puzzle Solver

24 Jan 18:17
Compare
Choose a tag to compare

Bugfix on some word being counted twice or more

Word Puzzle Solver

23 Jan 12:06
Compare
Choose a tag to compare

Word Puzzle is a puzzle consisting of letters arranged in a grid which contains a number of hidden words written in various directions.

The solver is made from Java using brute force algorithm. The algorithm itself is quite simple, just match each character in the word with each character in the puzzle itself in 8 direction.