WordHunt (version: 2007.10.30)

[The J Maker Home] [Software's Home] [Software's Latest Download] [Pricing] [Contact] [FAQ]

[Description]: This Java applet implements a fun word hunting game. Title image, text, colors, fonts, and gridlines are all customizable. Simply provide a list of words and the program will automatically generate a scrambled word game for you.

[Tips]: Click and drag to select a group of characters on the board. If they match with any keyword in the list, the keyword will be removed. To get a hint on a word, first select a word from the list and then click on "Hint" button. Game is won by finding all keywords and lost by reaching the specified max time limit.

[Parameters]: Edit the data file (WordHunt.txt or your own filename) according to the format in the comments. Parameters include colors, fonts, text, images, etc. (Cut and paste the code in this commented HTML example, WordHunt.html)

[Package Info]:
  • File Descriptions:
  • WordHunt.html - this file
  • WordHunt.jar - WordHunt program classes
  • WordHunt.txt - sample data file
  • *.jpg *.gif - sample title and background images
  • *.au - sample audio files
  • WordHunt_stopwords.txt - optional file for stopwords
  • Possible Improvements: