A dynamic online word search for IBWs.
http://www.interaktiv.co.uk/izones/wordsearch/WSII.htm
Some notes:
The word search builds a dynamic matrix based on the row / column values specified in the script.
This version uses a bank of about 400 words selected from the UK 'sight' words list for secondary education.
This version uses a 12x12 matrix and attempts to place 24 random words, from the above list BUT will time-out after 60 seconds to compensate for slower computers.
The word search is capable of placing words forwards and downwards including overlapping words. A backwards and upwards function is also possible but not available in this version.
If the correct letters of a word are located then the word is highlighted, the initial letter is shown, the letters of the word are connected and the word is highlighted in the word list.
It is also possible to click on an item in the word list and the initial letter in the matrix will pulse briefly to aid in discovery.
The storyboarding of this script ensures that additional features such as using clues, reading custom word banks, altering placement, specifying matrix conditions or developing a crossword version from the original code are feasible.
Enjoy,
Mack
P.S forgot to add - to stop players simply clicking every tile - correct words are only identified if NO incorrect tiles are currently selected.