FS.WordFinder is a PHP word search puzzle. You enter your own words, and set the many options to your liking,
and it will create the puzzle automatically. You can use many different styles for your puzzle, or create your own
using the style toolkit. The puzzle is printable, or you can play it through your browser. Multiple languages are
supported.
This version fixes a bug where the user would pick diagonal words but no up and down words, and it would still pick down but not the down-right diagonal direction.
Added four new word lists: MLB, NHL, NBA, and NFL teams.
- Add some of the features of the Mazesmith style toolkit to this
one.
- Start converting PHP to Javascript in hopes to have script in
all Javascript eventually.
- If someone was looking for a word that began with say letter R the
hint option could remove like 5 R's from the puzzle.
- High score table
- Ability to disable the save game option for puzzles.
Author: Robert Klein (aka wazo00 or brathna, fka bAAGi)
My thanks go out to the following people and websites:
- The Mother
- Dudeman, Archea47, Nanobot2k, Cliff
- PHP.net - for bringing php to the world, and providing such a fantastic manual.
- PHPBuilder - for providing and finally explaining regular expressions in a clear way.
- IRT.org - for the javascript which allows users to highlight letters and cross out words. This was the only place I could find it and I looked every where.
- Dynamic Drive - for the character count javascript, and teaching me a thing or two about javascript.
- Hotscripts.com - for providing a link to my script for the past few years so others can know about it and download it.
- Scripts.com - for providing a link to my script.
- freshmeat - for providing a link to my script.
- SourceForge - for providing such an awesome service and for hosting my script.
- And any other person or site that I forgot to mention