home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / kidsgame.zip / HANGMAN.DOC < prev    next >
Text File  |  1987-01-05  |  3KB  |  52 lines

  1.  
  2.  
  3.                      (* ****************************** *)
  4.                      (*                                *)
  5.                      (*          HANGMAN.COM           *)
  6.                      (*                                *)
  7.                      (*   (c) Donald L. Pavia          *)
  8.                      (*       1488 Lahti Drive         *)
  9.                      (*       Bellingham, WA  98226    *)
  10.                      (*                                *)
  11.                      (*           April 1986           *)
  12.                      (*                                *)
  13.                      (* ****************************** *)
  14.  
  15.            This disk contains six files related to this game.
  16.  
  17.            The game itself can be started by typing 'HANGMAN'. The game
  18.        requires that there also be a dictionary named 'HANGMAN.DIC' on
  19.        the same drive.
  20.  
  21.            You may create your own dictionary by using 'MAKELIST.COM'.
  22.        This program will allow you to create a new dictionary, erasing the
  23.        old one, or to add words to the existing dictionary without erasing
  24.        it.
  25.  
  26.            The Hangman program will use any dictionary named 'HANGMAN.DIC'.
  27.        Since you may wish to save the original game dictionary, I have placed
  28.        a safe copy of it in the subdirectory 'DICTNARY'. You may recopy this
  29.        from the subdirectory to the root directory at any time using the
  30.        command: A>copy A:\DICTNARY\HANGMAN.DIC A:\  .
  31.  
  32.            The subdirectory 'SPRITES' contains the clue sprites used by the
  33.        program. I have placed them in a subdirectory for two reasons. First
  34.        there are over 90 of them and a single directory (like the main one)
  35.        can only hold 112 files (max). Second, they are safer there. They
  36.        also do not clutter up the root directory. Sprites may also be placed
  37.        in the root directory. The hangman program looks first in the subdir-
  38.        ectory, and if the sprite is not found it looks in the root (main)
  39.        directory next. The program will operate in the absence of any sprites.
  40.        They are optional.
  41.  
  42.            The program 'MAKEICON.COM' allows you to design your own clue
  43.        sprites to go along with any words you add to the dictionary. Simply
  44.        save them on the root directory and name them with the extension .SPR.
  45.        If the word is longer than 8 letters, chop it off at eight. For in-
  46.        stance, the sprite for 'woodpecker' would be named 'WOODPECK.SPR'.
  47.        You may also use the more fully featured sprite designer form my
  48.        sprites and animation package : DESIGNER.COM. This is on PCSIG #511.
  49.  
  50.                                    HAVE FUN !!!    Donald L. Pavia
  51.  
  52.