home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / armgames / !HangDoor / ReadMe < prev    next >
Text File  |  1994-09-01  |  3KB  |  90 lines

  1.                 Hangman Game by Richard Paddle
  2.                 ==============================
  3.  
  4. This program is COPYRIGHT. (C)1993 Richard Paddle
  5.  
  6. If you like it you can get a registered copy for £5 by sending
  7. a 3.5" disc, SAE and a cheque for £5 made payable to:
  8.  
  9. Richard Paddle,
  10. 163 Ebberns Road,
  11. Apsley,
  12. Hemel Hempstead,
  13. Herts.
  14. HP3 9RD
  15. Tel: 0860 128277
  16.  
  17.  
  18.             How to set the door up
  19.             ======================
  20.  
  21. Firstly you will need to edit the config file
  22. Set the doornumber you wish hangman to repond to.
  23. Set whether or not you want users to be able to gamble their ratios.
  24. Set the UpdownConf, OnlineConf and Confdivide to your wishes
  25. Set the Quit delay.
  26.  
  27. Some example words are already included with the door but so that
  28. users don't know the answers you are advised to add your own.
  29.  
  30. In the words you can have hyphens, apostrophies and spaces but the maximum
  31. length of the entry must be 14 characters.
  32.  
  33. Next you need to write the Menu data files for ARCbbs an example is
  34. given below. This Shows the user the instruction screen, then enters
  35. the door, and after the game it displays the high scores:
  36.  
  37. |hangman game
  38. DOING"Hangman game"
  39. TYPE <ARCbbs$text>.HangIns
  40. ECHO "{bfgbg wb}                                Press any key{eol std}"
  41. ANYKEY
  42. OSCLI "WimpTask <ARCserver$Dir>.^.!HangDoor"
  43. DOOR 9
  44. ECHO "{bfgbg wb}                                Press any key{eol std}"
  45. ANYKEY
  46. TYPE <ARCbbs$text>.HangScr
  47. ECHO "{bfgbg bn}                                Press any key{std}"
  48. ANYKEY
  49. GOTO game
  50.  
  51. Below is also a little file to display the high scores:
  52.  
  53. | Hangman Scores
  54. DOING "Hangman Scores"
  55. TYPE <ARCbbs$text>.HangScr
  56. ECHO "{bfgbg bn}                                Press any key{std}"
  57. ANYKEY
  58. GOTO game
  59. |
  60.  
  61. An example Instruction page is also included within this application
  62. called HangIns                       
  63.  
  64.  
  65.             Notes for the Unregistered
  66.             ==========================
  67.  
  68. This program is copyright.
  69. As an unregistered user the highscore table prints Unregistered instead
  70. of the usersname, The BBS name is printed as UNREGISTERED and there is
  71. a maximum score of 3.
  72.  
  73. You can obtain a registered version for £5, see note at top of this file
  74.  
  75.  
  76.              Any suggestion etc to...
  77.              ========================
  78.  
  79. Richard Paddle@2:257/120           or
  80. Richard Paddle@2:254/27            or
  81. richard@arcade.demon.co.uk
  82.  
  83.              Acks.
  84.              =====
  85.  
  86. Many thanks to the person who mentioned Hangman in the Archimedes echo
  87. which gave me the idea for this door.
  88.  
  89. Dedicated to Juliette.
  90.