home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / pkfn4_07.zip / POKER.DOC < prev    next >
Text File  |  1994-02-20  |  6KB  |  134 lines

  1.  
  2.    February 17, 1994
  3.    ------------------
  4.                               Poker Fun  - v 4.07
  5.                       (C) Copyright 1994 by Robert Poirier
  6.                         Support BBS: The Parrot's Den BBS
  7.                                  (508) 765-9387
  8.  
  9.           A Solitaire Card Game for PcBoard , GAP and other systems.
  10.          ------------------------------------------------------------
  11.  
  12.    Welcome to Poker Fun door. The game is fairly simple to play with 
  13.    all instructions in the door itself. The game is quite simple in
  14.    playing. If you have every played a played a poker machine you can
  15.    play this game.                                                
  16.    Scores are kept in a scores file in the registered version and the 
  17.    scores are rolled over the first of every month. Scores are kept
  18.    throughtout the month on an accumulated basis (daily totals added
  19.    all month long). Last month high scorer is kept in the score file.
  20.    Also in this version is the ability to play days missed or days 
  21.    ahead.
  22.  
  23.    This door is written only for BBSes that any DOOR.SYS for a drop file. 
  24.    Any other systems will have to use a conveter program to run.      
  25.                                
  26.                                DISCLAIMER !!
  27.           This program and other files associated with it are not
  28.           guaranteed in any way. It is being provided "as is" without
  29.           any warrantee of any kind. We are not responsible for
  30.           any damage of any kind, including profit loses and data 
  31.           loss, that relates directly or indirectly to these programs
  32.           or files included with it.  You may distribute this program
  33.           as long as it is in unmodified form with all the original
  34.           files included and unmodified in any way.
  35.  
  36.                               Sample cfg file
  37.   
  38.   1  c:\gap\door.sys         <-- path and running system
  39.   2  The Parrot's Den BBS    <-- boards name
  40.   3  Bob                     <-- sysop first name
  41.   4  Poirier                 <-- sysop last name
  42.   5  0000000                 <-- Registration number
  43.   6  20                    * <-- Number of Hands Users can play(10 to 30)
  44.   7  3                     * <-- Days a User can play per session(minimum 1)
  45.   8  6                     * <-- Difficulty level for bonus hands(4-9) 
  46.   9  ON                    * <-- Beeper sound on Local end (ON or OFF                  
  47.   10 c:\pcb\gen\blt16      * <-- location of top 15 ascii bulletin     
  48.   11 c:\pcb\gen\blt16g     * <-- location of top 15 ANSI bulletin                      
  49.                                        (using @Xxx codes only)           
  50.                            * works/adjusts in registered version only          
  51.            
  52.         (NOTE : if no bulletin desired type NONE for path in lines 9 & 9 )   
  53.                                                                          
  54.                         
  55.       Set up is simple enough. Unzip the files into their own directory
  56.      and make the POKER.CFG file above. Make a batch file to run the door
  57.      as per the enclosed POK.BAT file. If you use a converter program
  58.      include it in the batch file calling the door.
  59.                
  60.                The command line is :  POKER 
  61.    
  62.     
  63.     POKER FUN !  Files Included:
  64.     --------------------------
  65.     POKER.EXE    <---------------- Main program
  66.     POKER.DOC    <---------------- What You are reading now
  67.     POKER.CFG    <---------------- Sample Configuration File
  68.     REGISTER.DOC <---------------- Registration information
  69.     POK.BAT      <---------------- Sample batch file
  70.     
  71.     POKER.DAT    <---------------- Created at run time by the door
  72.                                    for holding scores.
  73.  
  74.    All of these files should be in this ZIP, if they are not, don't
  75.    take a chance! Call The Parrot's Den and get a good copy or view the 
  76.    file on a few local boards to see if you can find a complete copy.
  77.      
  78.    No runtime modules or watchdog program needed for this door to run.
  79.  
  80.    You will also need to modify your doors menu files and the data
  81.    level needed to access them. For GAP, these are respectively:
  82.    
  83.        DOORM
  84.        DOORMG
  85.        DOORS.DAT
  86.  
  87.    Please refer to your BBS documentation for details on 
  88.    setting up these files.
  89.  
  90.         POKER FUN will update the scores on the first of the month.
  91.    It will keep track of the last months High Scorer, and reset the
  92.    score file when the first user of the new month enters the door.
  93.    
  94.    Please read REGISTER.DOC for information on how you can register
  95.    your copy of POKER FUN.  The bulletin generator and the option to
  96.    set hands and games are only available in the registered version 
  97.    of poker fun !
  98.  
  99.  
  100.    Have Fun!
  101.    Bob Poirier
  102.    The  Parrot's Den BBS
  103.    508-765-9387
  104.  
  105.    History:
  106.    02/17/94 v4.07
  107.            Ugraded Status Line display
  108.            Began work on Rip Graphics... not yet implemented
  109.    12/31/93 v4.05
  110.            Upgraded serial routines
  111.            Fixed variable controlling flag restting which could cause
  112.            hangups on some systems.
  113.    11/02/93 v4.04
  114.            Added in checker for RIP graphics
  115.            Corrected scoring routine
  116.    09/10/93
  117.            Changed to new door code reading only door.sys drop file
  118.            Prepared program for release as version 4.xx
  119.    07/17/93
  120.            Added Winner's routines
  121.            Added closing routines to door
  122.            Prepared program for initial releas
  123.    07/12/93
  124.            Fixed error in cards displaying incorrectly
  125.            Worked on layout and displaying cards.
  126.            Did opening Screen work and basic layout for cards.
  127.            Wrote routines for card verification.     
  128.            Added card check to shuffling routines
  129.            Began work on all scoring routines
  130.            Original concept for game developed today.
  131.            Initial Beta Program written.
  132.  
  133.  
  134.