Made a Word Search Puzzle Maker.
The Grid is drawn on a TPaintbox and a word list can be loaded from a simple text file.
Also can toggle the Answers.
Wondered why the words are not always intersecting.
How to improve it so the words are consistently intersecting?
The 1st screenshot shows what I would like to consistently happen (words intersecting)
The 2nd screenshot shows a lack of intersecting words (seems to happen quite often). How to minimize that?
Also, would be nice to see how to use a TListview used instead of a TPaintbox.
Lastly, how to print the grid and the answers to pdf, all in one go?
Enjoy what I have so far. Cheers.