Download List

Descripción del Proyecto

WordSearch is a Perl script that generates word
search puzzles. It will generate random word
search puzzles, or you can give it a list which
will allow it to generate your own puzzles.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-08-24 15:42
1.4.1

El - no_normalize opción se añadió a la ayuda en la toma de búsquedas número. Un pequeño programa en Perl llamado "numbergenerator.pl" también se incluyó a la ayuda en la toma de búsquedas número. Varios interruptores que no estaban documentados fueron documentados. El - todos los opción ahora realmente todos los usos de las palabras. Algunas correcciones de menor importancia también se hicieron.
Tags: Minor feature enhancements
The --no_normalize option was added to aid in
making number searches. A small Perl program
called "numbergenerator.pl" was also included to
aid in making number searches. Several switches
that weren't documented were documented. The --all
option now really uses all of the words. Some
minor bugfixes were also made.

2006-03-27 02:07
1.4

Esta versión es compatible con Unicode y listas de palabras salidas de SVG soluciones. Se asegura de que no hay soluciones múltiples, y mejora la ubicación de las palabras.
Tags: Major feature enhancements
This release supports Unicode wordlists and outputs SVG solutions. It makes sure there aren't multiple solutions, and improves word placement.

2005-12-28 19:18
1.3.4

Esta versión incluye un interruptor minwordlength para configurar el menor palabra que se usa en la lista, un similarwords interruptor para permitir que palabras similares (por defecto, ya no palabras similares), y un useletters cambiar a usar las letras en el puzzle como el grupo de letras al azar para rellenar el puzzle. Hay correcciones de errores menores.
This release adds a minwordlength switch to configure the shortest word used from the list, a similarwords switch to allow similar words (the default is now no similar words), and a useletters switch to use the letters in the puzzle as the pool of random letters to populate the puzzle. There are minor bugfixes.

2005-12-12 05:34
1.3.3

El programa de búsqueda de la palabra ha sido modificado para mezclar la lista de palabras y luego tome las palabras de la lista arrastrando los pies. Esto evitará la duplicación de entradas de la lista de palabras (siempre y cuando la lista de palabras que no contiene duplica a sí mismo). Esto simplifica el código, por lo que las listas de palabras personalizada puede cargar y mostrar más rápido que antes.
Tags: Minor bugfixes
The word search program has been modified to shuffle the word list 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.

2005-04-19 09:09
1.3.2

Esta versión corrige errores en listas de palabras utilizando podría provocar un bucle infinito., Líneas en blanco causadas bucle infinito, y las palabras son a veces falta la última letra. El rompecabezas ahora crecerá hasta que se encuentre una solución. Rápida y la configuración completa se agregaron a cambiar rápidamente el programa intentará antes de intentar hacer crecer el rompecabezas, o abortar.
Tags: Major bugfixes
This release fixes bugs where using wordlists could cause
infinite looping., blank lines caused infinite looping, and
words were sometimes missing the last letter. The puzzle will
now grow until a solution is found. Quick and thorough
settings were added to change how quickly the program will
attempt before trying to grow the puzzle, or abort.

Project Resources