Hi all.
I am trying to create a Wordsearch game and having problems in placing words in the grid. Its a 15x15 grid and the problem is trying avoid words overlapping each other and if they do, they share the same character at
the point where they overlap.
They code seems to work sometimes but other times some words are showing up incomplete and it would really help if anyone can show me a better and simpler way to do this. Here is my code.
The words are taken from a class which stores the
word as a
string, an array of letters and also stores the start and end locations of the word on the grid.
Thanks
[ May 21, 2005: Message edited by: Darrell Morello ]
[ May 21, 2005: Message edited by: Darrell Morello ]
[ May 21, 2005: Message edited by: Darrell Morello ]