I am trying to write a java program to solve a word search puzzle inside a 12 by 12 dimentional matrix searching in all directions. Horizontal, Vertical and so on, and after many attempts I can not seem to write a solution, could anyone help me with this please. I will attach my code with link if anyone wants to have a look. Thanks. Currently using eclipse..Dropbox public
I am trying to read these words in from a text file which also contains the matrix.
GHOST
SPIDER
CANDY
CROW
BLOOD
BROOM
PATCH
HOUSE
ORANGE
BATS
MASK
FANGS
APPLE
TRICK
PUMPKIN
NECK
PARTY
MUMMY
BOO
CAT
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
1
some years back there was a word search puzzle in the JavaRanch newsletter.
if you search the 'Programming Diversions' forum, you might get a nice surprise.