Menu

WordSearch / News: Recent posts

Wordsearch 1.4.1 released

Wordsearch 1.4.1 is released. Included in this release are a few minor bug fixes.

NUMBER SEARCHES
Andraž "ruskie" Levstik from the Source Mage project
(http://www.sourcemage.org/) suggested using WordSearch for creating number
searches. I wrote up a quick random number generator, and modified wordsearch
to allow numbers to be put into the program. Here's the command lines to create
what I think is a pretty good number search:... read more

Posted by Craig Maloney 2006-08-24

Wordsearch 1.4 Released

This release is the result of lots of work by Lars Huttar. Wordsearch now supports Unicode wordlists, and also outputs SVG solutions. It also makes sure there aren't multiple solutions, and improves word placement. Thank you, Lars!

(Any bugs are likely the result of me merging the code, so blame me, not Lars. :))

Posted by Craig Maloney 2006-03-26

Wordsearch 1.3.4 released

FEATURES:
Added minwordlength switch to configure the shortest word used from the list
Added similarwords switch to allow similar words (default is now no similar words)
Added useletters switch to use the letters in the puzzle as the pool of random letters to populate the puzzle.

BUGFIXES:
Minor bug fixes.

Posted by Craig Maloney 2005-12-28

Wordsearch 1.3.3 Released

I'm pleased to announce the release of version 1.3.3 of Wordsearch. This release includes the following changes:

* Modified the wordsearch program to shuffle the wordlist and then pick the
words from the shuffled list. This will prevent duplicate entries from
the word list (as long as the word list does not contain duplicates itself)
This simplifies the code, so custom word lists may load and display faster
than before.... read more

Posted by Craig Maloney 2005-12-12