Hangman
---------------------------------------------------------------
The original hangman game is back on javascript.  The game features full keyboard controls and customizable word list.  More information on how to customize the word list at the end of the ReadMe file.


File Information
---------------------------------------------------------------
ReadMe.txt		Read Me file
index.html		The game HTML file.  Link to this page.
button/*.gif		Image files for the keyboard.
letters/*.gif		Image files of the letters.
pic/*.gif		Image files for the hangman.


Custom WordList
---------------------------------------------------------------
Adding and removing words from the database of words for the game is easy.  Simply open the index.html file in a text editor.  Then look for this section.

<script language="javascript">
wordlist = new Array(
"moniter",
"window",
....
....
"journal",
"personnel"
);

If you want to add a new word to the list, simply make a new line somewhere in the middle and add your word in single quotes and a comma after it (NOTE:  WORDS CAN ME A MAXIMUM OF 10 LETTERS, ANYTHING OVER THAT WILL CAUSE THE GAME NOT TO FUNCTION).  Example:

'NewWord',

To remove a word from the word list, simply find the word you want to remove, and delete the entire line.  Feel free to add/remove as many words as you want.



Credits
---------------------------------------------------------------
Author:			Pok-Ching Lee
Contact:		l_pok@yahoo.com

Websites:		http://www.pokw.com
			http://menu.pokw.com	
			http://kquest.pokw.com
			http://www.illumia-rpg.com


Purchase
---------------------------------------------------------------
You are free to use this game without paying, as long as you keep all the link backs to our site in the game.  If you wish to remove the link backs to our site, you can purchase a license to do so.  The cost of a license is $19.95 per game.  Please contact the author for more information.


