home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / craps13.zip / CRAPS.DOC next >
Text File  |  1993-02-15  |  11KB  |  265 lines

  1.          ┌▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄┐
  2.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  3.  ────────┤▌ G  A  M  E  K  E  E  P  E  R    D  O  O  R  W  A  R  E ▐├────────
  4.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  5.          ├▌▒▒▒▒▒▒▒▒▒  Quality BBS Door Software for Less!  ▒▒▒▒▒▒▒▒▐┤
  6.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  7.          └▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀┘
  8.  
  9.                         C H A L L E N G E   C R A P S!
  10.                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11.                               Version 1.3 (Beta)
  12.  
  13.                         Copyright (c) Steve Sharpe 1993
  14.  
  15. Beta Test Note:  This door is currently undergoing player evaluation.  If you
  16. or your users identify bugs or have suggestions related to game play, please be
  17. as specific as possible.  Consider all of the following actions during your
  18. analysis:
  19.  
  20.       *  keypress sequences
  21.       *  numeric/character values
  22.       *  ability to repeat problem conditions
  23.       *  number & type of bets on the table
  24.       *  read RULES.DOC (suspected errors may not be!)
  25.  
  26. Thanks for your efforts!
  27.  
  28. SYSTEM REQUIREMENTS
  29. ~~~~~~~~~~~~~~~~~~~
  30. Any BBS capable of producing the following DOOR.SYS drop files:
  31.  
  32.    *  Original "GAP standard" DOOR.SYS (31 line version)
  33.         - for example, Spitfire BBSs use this one!
  34.    *  New (currently 52 line) version DOOR.SYS promoted by Raymond Clements
  35.         - for example, PCBoard BBSs use this one!
  36.  
  37. Challenge Craps! requires ANSI graphics but can be played in color or black
  38. and white, although the game is much easier on the eyes in color!
  39.  
  40. SYSTEM OPTIONS
  41. ~~~~~~~~~~~~~~
  42. Challenge Craps! supports the use of FOSSIL drivers and non-standard port
  43. addresses.  Refer to the INSTALLATION instructions for more information.
  44.  
  45. FILES CONTAINED IN CRAPS13.ZIP
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47.      CRAPS13.EXE       <-- The main program
  48.      GAME.CFG          <-- Game configuration file
  49.      CRAPS.DOC         <-- The file you are reading!
  50.      RULES.DOC         <-- The rules of Craps
  51.      REVISION.DOC      <-- Revision notes
  52.      DOORWARE.DOC      <-- Gamekeeper Doorware list
  53.  
  54. FILES CREATED BY CRAPS13.EXE
  55. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  56.      BANKROLL.SCR      <-- High score file
  57.  
  58. OVERVIEW
  59. ~~~~~~~~
  60. Challenge Craps! is BBS door that simulates a casino craps table.  Every effort
  61. has been made to provide the same bet options and payoff formulas as a standard
  62. casino.  Challenge Craps! tests a players ability to start with a $50 bankroll
  63. and build it into a fortune, within the time allowed for a single playing
  64. session.  Only the highest bankroll to date is saved for reference.  This is
  65. the bankroll to beat!  The game offers single odds for all odds bets.  In
  66. addition, basic craps rules are provided, on-line, to assist the player.  The
  67. table limit is $500, total of all bets.
  68.  
  69. To aid players who are new to the game of craps, a file, RULES.DOC, has been
  70. provided separately.  This file should be offered to all BBS users for
  71. download and subsequent reference.  It contains the standard rules for casino
  72. craps and the unique arrangements of this door, where applicable.
  73.  
  74. Screen Redraw
  75. ~~~~~~~~~~~~~
  76. A screen redraw feature is provided.  Use this feature if telephone line noise
  77. causes erroneous characters to be displayed.
  78.  
  79. INSTALLATION
  80. ~~~~~~~~~~~~
  81. 1.  'Unzip' the file CRAPS13.ZIP into the directory of your choice.  All
  82. files must remain in the same directory.
  83.  
  84. 2.  Edit the GAME.CFG configuration file according to the CONFIGURATION FILE
  85. section of these instructions using your favorite word processor.  Ensure you
  86. save it as an ASCII text file.
  87.  
  88. 3.  Create or edit the batch file your BBS will use to activate the door.
  89. The main door program name is CRAPS13.EXE.  For example, if you are running
  90. a Spitfire BBS, you would edit SF.BAT to look similar to the following:
  91.  
  92. :DOOR_A
  93.    REM Place Door A Commands Here
  94.    CD\SF\DOORS\CRAPS      <-- Change to the Challenge Craps! directory
  95.    CRAPS13 GAME.CFG       <-- The main program with configuration file argument
  96.    CD\SF                  <-- Change back to the Spitfire directory
  97.    GOTO LOOP
  98.  
  99. Installation Notes
  100. ~~~~~~~~~~~~~~~~~~
  101. NON-STANDARD PORT USE:  You may specify the use of non-standard communications
  102. ports with the PORT command.  The syntax for the PORT command is PORT:03E8:5,
  103. where 03E8 represents a different base address and 5 indicates the IRQ.  For
  104. example, the main program line in the example above would be changed to
  105. CRAPS13 GAME.CFG PORT:03E8:5 to reflect the use of a non-standard comm port.
  106.  
  107. FOSSIL DRIVER USE:  You may specify the use of a FOSSIL driver with the PORT
  108. command added to the main program command line.  The syntax for the PORT
  109. command is PORT:F:P, where F instructs the door to use a FOSSIL driver and P
  110. identifies the port.  For example, the main program line in the example above
  111. would be changed to CRAPS13 GAME.CFG PORT:F:1 if the SysOp wished to specify
  112. a FOSSIL driver on port 1.
  113.  
  114. NOTE:  The PORT command must be the third command in the main program command
  115. line, if used.  If not used, the door defaults to the use of the 4 standard
  116. communications ports (1-4) by reading the BBS file.
  117.  
  118. CONFIGURATION FILE
  119. ~~~~~~~~~~~~~~~~~~
  120. Entries in the GAME.CFG file must be accurate or the door cannot be expected
  121. to function properly.  Save your changes to the GAME.CFG file in ASCII text
  122. format.
  123.  
  124. The GAME.CFG file
  125. ~~~~~~~~~~~~~~~~~
  126. Challenge Craps!            <-- Line 1  (See below)
  127. c:\sf\door.sys              <-- Line 2    "     "
  128. The Gamekeeper's Lair       <-- Line 3    "     "
  129. Steve Sharpe                <-- Line 4    "     "
  130. 000000000000                <-- Line 5    "     "
  131. 1                           <-- Line 6    "     "
  132.  
  133. Line 1 - This line reflects the name of the door.  The registration algorithm
  134. is based on some of this data.  DO NOT CHANGE LINE 1!
  135.  
  136. Line 2 - Enter the full path and filename for the DOOR.SYS drop file.
  137.  
  138. Line 3 - Enter the name of your BBS.
  139.  
  140. Line 4 - Enter the SysOp's name.
  141.  
  142. Line 5 - Enter 12 zeros if the door is not registered.  Registered users enter
  143. the registration number provided by the author.  Other numbers will prevent
  144. the door from running.
  145.  
  146. Line 6 - Enter 1 if your BBS DOOR.SYS drop file is the original GAP standard
  147. 31 line version.  Enter 2 if your BBS DOOR.SYS is the newer (longer) version
  148. (presently 52 lines).
  149.  
  150. SYSOP KEYS
  151. ~~~~~~~~~~
  152. The following keys assist the SysOp in the management of the door:
  153.  
  154.          F5 - Shell to DOS
  155.          F8 - Return user to system
  156.          F9 - Toggle display on/off
  157.         F10 - Chat mode (ESC to exit)
  158.       ALT H - Toggle between status lines
  159.  
  160. REGISTRATION
  161. ~~~~~~~~~~~~
  162. The registration fee for Challenge Craps! is $10.  The unregistered door
  163. displays "EVALUATION COPY" upon entry and exit.  Please register or remove the
  164. door within 90 days of first use.  As a BBS SysOp, I understand how costly it
  165. can be to register BBS software.  I have purposely kept the cost of registering
  166. Challenge Craps! to a minimum with that thought in mind.  I believe the fee is
  167. quite reasonable, based on the many long hours of programming required.  Upon
  168. receipt of the registration fee, you will be provided with a unique
  169. registration number.  Once you insert the registration number into the GAME.CFG
  170. file, the opening and closing "EVALUATION COPY" message will be replaced with
  171. the following messages:
  172.  
  173. [OPENING MESSAGE]
  174.  
  175.                                 Your BBS name
  176.  
  177.                                   presents
  178.  
  179. [CLOSING MESSAGE]
  180.  
  181.                              Thanks for playing
  182.  
  183.                               Challenge Craps!
  184.  
  185.                                      on
  186.  
  187.                                Your BBS name
  188.  
  189.  
  190. COMMENTS/BUG REPORTS
  191. ~~~~~~~~~~~~~~~~~~~~
  192. This is the beta test release of Challenge Craps!  I'm interested in all user
  193. comments and bug reports.  Please send your comments to:
  194.  
  195. Steve Sharpe                              Call The Gamekeeper's Lair BBS
  196. 1835 Stonetree Dr.              or        (208) 587-1105
  197. Mountain Home, ID 83647                   and leave a message
  198.  
  199.                                  Warranty
  200.                                ------------
  201.        This program has been thoroughly tested on a Spitfire 3.2 BBS,
  202.        however, it should perform equally well on any BBS that can
  203.        produce a BBS drop file listed in this documentation.
  204.  
  205.        I make no warranty of any kind, express or implied, including
  206.        without limitation, any warranties of merchantability and/or
  207.        fitness for a particular purpose.  I shall not be held liable for
  208.        any  damages, whether direct, indirect, special or consequential
  209.        arising from a failure  of this program to operate in the manner
  210.        desired by the user.  I shall not be held liable for any damage to
  211.        data or property which may be caused directly or indirectly by the
  212.        use of this program.
  213.  
  214.        In no event will I be held liable for any damages, including (but
  215.        not limited to) any lost profits, lost savings or other incidental
  216.        or consequential damages arising out of the use or inability to
  217.        use this program, or for any claim by any other party.
  218.  
  219.        This warranty is governed by the laws of the State of Idaho.
  220.                               REGISTRATION FORM
  221.                               -----------------
  222.  
  223.   Challenge Craps!                 Return to:  Steve Sharpe
  224.   Version: 1.3 (Beta)                          1835 Stonetree Dr.
  225.   Registration Cost: $10                       Mountain Home, ID 83647
  226.  
  227.   Name ______________________________________________________________
  228.  
  229.   Address ___________________________________________________________
  230.  
  231.           ___________________________________________________________
  232.  
  233.   Phone _____________________________________________________________
  234.  
  235.   Enter the information below exactly as it appears in the GAME.CFG file:
  236.  
  237.   BBS Name______________________________________________
  238.  
  239.   SysOp Name____________________________________________
  240.  
  241.   CHOOSE ONE OPTION BELOW:
  242.  
  243.   ____  I wish to download my registration number from The Gamekeeper's Lair
  244.         BBS at (208) 587-1105.  Enter the password you will use to log on to
  245.         The Gamekeeper's Lair BBS: _________________________________________
  246.         Enter your birthdate for pre-verification: _________________________
  247.         Please allow enough time for your registration fee to reach the author
  248.         before calling for your registration number.
  249.  
  250.   ____  I wish to have my registration number mailed to the address listed
  251.         above.
  252.  
  253.   Orders outside the USA add $2.00 . . . . . . . . . . . . _________
  254.  
  255.       Please find enclosed a check or money order for USA $_________
  256.   payable to Steve Sharpe.  This shows my support of Shareware products
  257.   and the Shareware concept.  It also shows my encouragement to help further
  258.   the development of BBS doors.
  259.  
  260.       I understand that Challenge Craps! is provided as-is and no warranties
  261.   of any kind, expressed or otherwise, are included and that I am using it at
  262.   my own risk.
  263.  
  264.   Signed: _________________________________________  Date: _________
  265.