home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / SPIELE / KARTEN / DRAWPOK / DP.DOC next >
Text File  |  1993-12-01  |  21KB  |  582 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                               D R A W   P O K E R
  7.                               -------------------
  8.  
  9.  
  10.  
  11.                                  Version 1.16
  12.                                  ------------
  13.  
  14.  
  15.  
  16.                          Written by:  Charles A. Hardy
  17.                                  Member of the
  18.                      Association of Shareware Professionals
  19.  
  20.  
  21.                   Copyright 1990-1991 Expert Source Code, Inc.
  22.                               All Rights Reserved.
  23.  
  24.  
  25.                    P R O G R A M   D O C U M E N T A T I O N
  26.                    _________________________________________
  27.  
  28.  
  29.                          Last update:  September, 1991
  30.  
  31.  
  32.      +-------------------------------------------------------------------+
  33.      |                         Table of Contents                         |
  34.      +-------------------------------------------------------------------+
  35.  
  36.                 Program Requirements. . . . . . . . . . . . . 2
  37.  
  38.                 Program Description . . . . . . . . . . . . . 2
  39.  
  40.                 Packing List. . . . . . . . . . . . . . . . . 3
  41.  
  42.                 Release and Update History. . . . . . . . . . 3
  43.  
  44.                 Expert Source Code, Inc. Shareware Catalog. . 5
  45.  
  46.                 Program Registration. . . . . . . . . . . . . 8
  47.  
  48.                 ASP Ombudsman Statement . . . . . . . . . . . 8
  49.  
  50.                 Programming Tools . . . . . . . . . . . . . . 9
  51.  
  52.                 Shareware Version Distribution. . . . . . . . 9
  53.  
  54.                 Trial Use (Shareware Version) Warranty. . . . 10
  55.  
  56.                 Registered Version ONLY Warranty. . . . . . . 10
  57.  
  58.  
  59.   Draw Poker Documentation                                  Page 1 of 10.
  60.  
  61.  
  62.                               =====================
  63.                               Program Requirements:
  64.                               =====================
  65.  
  66.   Draw Poker requires an VGA card and monitor and a active mouse to run.  It
  67.   runs in 640 X 480 X 16 VGA graphics mode and uses a mouse for all program
  68.   interaction.  Draw Poker requires about 350K of free disk space and about
  69.   400K of free memory (RAM) to operate.  The delay at the beginning of the
  70.   program is necessary to load all of the graphics that the program uses.
  71.  
  72.   NOTE:  Because of this programs disk access while loading the graphics files
  73.          (especially during the introduction) it is recommended that you run
  74.          it from a hard disk.  This will drastically cut the delay at the
  75.          beginning of the program.
  76.  
  77.  
  78.                               ====================
  79.                               Program Description:
  80.                               ====================
  81.  
  82.   Draw Poker is like a slot machine poker game.  You make your bet, draw your
  83.   cards, discard and replace any unwanted cards, and receive your payoff ac-
  84.   cording to your final hand.  Each time the game starts the player get $500
  85.   in chips.  There is a "House Limit" of $1000 on each bet.  Also if you get
  86.   more than $100,000 in chips you will break the bank.
  87.  
  88.   Betting:  Betting in Draw Poker is done by clicking on the chips you want
  89.   to bet or by clicking on the SAME button which will use the same bet as
  90.   last time.  When you click on a chip with the left button it is moved to
  91.   the BET box and removed from the CHIPS box.  Clicking with the right button
  92.   will remove the chip from the BET box and put it back in the CHIPS box.  You
  93.   may also click on a blank column of chips (if you have at least 1 chip of an
  94.   higher amount) to bet a chip of a lower amount that you don't have any of.
  95.   This action will take one of your higher chips and break it up in the lower
  96.   amounts and place one of the lower amounts in the BET box.
  97.  
  98.   Draw Poker pays winning hands according to the following ratios:
  99.  
  100.               Royal Flush . . . . . . . . . . 100 to 1
  101.               Straight Flush. . . . . . . . .  50 to 1
  102.               Four of a Kind. . . . . . . . .  25 to 1
  103.               Full House. . . . . . . . . . .  10 to 1
  104.               Flush . . . . . . . . . . . . .   5 to 1
  105.               Straight. . . . . . . . . . . .   4 to 1
  106.               Three of a Kind . . . . . . . .   3 to 1
  107.               Two Pair. . . . . . . . . . . .   2 to 1
  108.               One Pair (Tens or better) . . .   1 to 1
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. Draw Poker Documentation                                   Page 2 of 10.
  118.  
  119.  
  120.  
  121.     Some of the features of Draw Poker include:
  122.  
  123.       *  Superb VGA graphics.
  124.  
  125.       *  Mouse support.
  126.  
  127.       *  Bets up to $1000.
  128.  
  129.       *  Top 10 list.
  130.  
  131.       *  On-line rules.
  132.  
  133.       *  Keeps track of winning and losing hands.
  134.  
  135.  
  136.                                 =============
  137.                                 Packing List:
  138.                                 =============
  139.  
  140.   The complete Draw Poker shareware package should contain the following
  141.   files.  Please ensure that each file is present.  If any of these files are
  142.   missing then the package is not complete and is not sutiable for distribution
  143.   to others.  The complete package may be obtained directly from Expert Source
  144.   Code, Inc. of by downloading the latest version from ESC BBS.
  145.  
  146.           File Name                   Description of File
  147.          -----------     ---------------------------------------------
  148.          DP.EXE       -  The Draw Poker exectuable program file.
  149.  
  150.          DP.DOC       -  The Draw Poker documentation file.
  151.  
  152.          DP.FRM       -  The Draw Poker registration form.
  153.  
  154.  
  155.                           ===========================
  156.                           Release and Update History:
  157.                           ===========================
  158.  
  159.   1.00 - Initial release.
  160.  
  161.   1.10 - Corrected problem with non-Microsoft mice.
  162.  
  163.   1.15 - Complete rewrite of program documentation and registration form.
  164.          Changed program to allow registration code upgrades of future
  165.          shareware version.  Changes pricing structure and shareware reg-
  166.          istration screen and add special offer to order form.
  167.  
  168.   1.16 - Fixed minor memory allocation problem.
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175. Draw Poker Documentation                                   Page 3 of 10.
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. Draw Poker Documentation                                   Page 4 of 10.
  234.  
  235.  
  236.                    ==========================================
  237.                    Expert Source Code, Inc. Shareware Catalog
  238.                    ==========================================
  239.  
  240.   AGGRESSION - Written by:  Thomas B. Hardy
  241.        Aggression if a unique board game that combines some of the aspects
  242.        of checkers and backgammon.  The object is to get all of your pieces
  243.        from their starting side to the opposite side of the board before your
  244.        opponent does.  Pieces are moved one square at a time and if you can
  245.        suround one of your opponents pieces on both the left and right side
  246.        then that piece is transported back to the starting line.  Aggression
  247.        supports 1 or 2 players and has four levels of computer play.  There
  248.        are five different starting positions and the graphics are excellent.
  249.        Aggression requires an EGA card and monitor and a mouse.
  250.  
  251.   APPLES & ORANGES - Written by:  Charles A. Hardy
  252.        Apples & Oranges is a unique twist on the old "Othello" style board
  253.        game.  It uses pictures of apples and oranges as the playing pieces.
  254.        This makes for a very colorful and pleasing playing board.  The object
  255.        of the game is to capture as many of your opponents pieces as possible.
  256.        This is done by flanking your opponents piece or pieces on two sides in
  257.        a line.  For example by surounding your opponent diagonally, vertically,
  258.        or horizontally.  When captured, the pieces change from your opponents
  259.        piece to your piece.  The player with the most pieces at the end of the
  260.        game wins.  Apples & Oranges supports 1 or 2 players and has three
  261.        levels of computer play.  Apples & Oranges requires an EGA card and
  262.        monitor and a mouse.
  263.  
  264.   DRAW POKER - Written by:  Charles A. Hardy
  265.        Draw Poker is a solitaire version of the popular card game.  It is a
  266.        betting game with the payoffs for each hand listed on the screen.
  267.        You make your bet, discard any unwanted cards and click on "DRAW" to
  268.        receive new cards and see if you have won.  Draw Poker is a single
  269.        player game and features a top ten list of the highest money winners.
  270.        Draw Poker requires an VGA card and monitor and a mouse.
  271.  
  272.   EXPERT TOOLS - Written by:  Thomas B. Hardy
  273.        Expert Tools are the utilities that Norton forgot.  It contains over
  274.        a dozen utilities such as XRD (remove directory and all files and sub-
  275.        directories in that directory), XFIND (find a file or duplicate files
  276.        accross all of your drives), etc.  Expert Tools also comes with a shell
  277.        program so that the utilities can be run from the command line or from
  278.        the shell.
  279.  
  280.   FLORIDA LOTTERY - Written by:  Charles A. Hardy
  281.        Florida Lottery is a lottery number picker and tracker for all of
  282.        Florida's on-line lottery games.  It picks number for CA$H 3, PLAY 4,
  283.        FANTASY 5 and LOTTO with lottery balls "popping up" onto the screen or
  284.        by displaying a filled-out lottery card.  It has a complete history and
  285.        frequency listing of all numbers picked in the FANTASY 5 and LOTTO
  286.        games.  Florida Lottery support color text graphics and EGA graphics.
  287.  
  288.  
  289.  
  290.  
  291. Draw Poker Documentation                                   Page 5 of 10.
  292.  
  293.  
  294.   GOLF SOLITAIRE - Written by:  Charles A. Hardy
  295.        Golf Solitaire is a single player card game.  The object is to play all
  296.        of the cards in the stacks.  Cards can be played in either assending or
  297.        desending order and suit doesn't matter.  It sounds easy, but it is very
  298.        hard to win.  Complete game history is display on-screen and there is a
  299.        top 10 list of the winners with the most cards left in their unturned
  300.        deck.  Golf Solitaire requires an VGA card and monitor and support both
  301.        a keyboard and a mouse interface.
  302.  
  303.   MASTER MIND - Written by:  Charles A. Hardy
  304.        Master Mind is the classic game of logic and deduction.  The object
  305.        of the game is to guess which piece goes in which position.  Master
  306.        Mind uses pictures of fruit as the pieces and keeps the last 20 trys
  307.        on the screen.  You can select to guess at 5 to 7 positions, from 5
  308.        to 9 pieces of fruit and whether or not duplicates are allowed.  There
  309.        is also a hint and a answer function for when you get frustrated.
  310.        Master Mind is a single person game and there are three levels to choose
  311.        from.  Master Mind requires an VGA card and monitor and a mouse.
  312.  
  313.   MATCH'EM - Written by:  Charles A. Hardy
  314.        Match'em is a concentration style game.  The game is played on a 8 by 8
  315.        grid of raised buttons.  When a button is clicked on it displays the
  316.        picture underneath which you then have to try to match.  Points are
  317.        awarded at one for the first correct pair and two for each consecutive
  318.        correct pair.  You can choose to play with 16 (four of each picture) or
  319.        32 (2 of each picture) pictures under the 64 buttons.  When a match is
  320.        made the associated buttons are inverted and are no longer valid moves
  321.        for the rest of that game.  Match'em supports 1 or 2 players and has 3
  322.        levels of computer play.  Match'em reguires an EGA card and monitor and
  323.        a mouse.
  324.  
  325.   MINE FIELD - Written by:  Charles A. Hardy
  326.        Mine field is an excellent game of deduction.  Your job is to clear a
  327.        field of all of the mines.  Fortunately, you know how many mines are
  328.        in the field and your have a mine detector which will tell you how many
  329.        mines are in the surounding squares.  You may clear the field by step-
  330.        ping (clicking with the left button) on all of the squares that you
  331.        think are unoccupied or by marking (clicking with the right button)
  332.        all of the spots that you think contain a mine or and combination there
  333.        of.  Then you step on a space, and it isn't a mine, the square is
  334.        removed and displays the ground underneath.  The square will also dis-
  335.        play the number of mines in the surounding nine squares.  There is a
  336.        counter at the top of the screen to let you know how many mines you
  337.        have yet to find.  But be careful, because marking a wrong spot as a
  338.        mine can be deadly for your confidence.  Mine Field is a single player
  339.        game with 15 different board to choose from including a castle, a
  340.        pyramid and a Batman logo.  Mine Field requires an VGA card and monitor
  341.        and a mouse.
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349. Draw Poker Documentation                                   Page 6 of 10.
  350.  
  351.  
  352.   SUPER MAXIT - Written by:  Joe M. Paris
  353.        Super Maxit is an graphical version of the clasic maxit number game.
  354.        The object of the game is to take the highest numbered piece and leave
  355.        your opponent the lowest numbered or negitive value piece.  One player
  356.        moves vertically and the other player moves horizontally.  The game end
  357.        when all of the pieces are taken or a player can't move.  Super Maxit
  358.        features hint, undo, cheat demo and top 10 functions that add a lot to
  359.        the games playability.  Super Maxit support 1 or 2 players and has over
  360.        ten different playing board to choose from.  Super Maxit requires an EGA
  361.        card and monitor.
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407. Draw Poker Documentation                                   Page 7 of 10.
  408.  
  409.  
  410.                               ====================
  411.                               Program Registration
  412.                               ====================
  413.  
  414.   Draw Poker is marketed under the Shareware concept.  This means that
  415.   you get to try the software before your bye it to make sure it is right for
  416.   you.  Please feel free to test Draw Poker.  If you like and use this
  417.   program then please support our efforts and register it.  The program is
  418.   registered by sending in the registration form and appropriate fee.  Or if
  419.   you wish to register with a VISA or MASTERCARD then your may send in the
  420.   form as above or E-Mail us the order form or you may register on-line by
  421.   calling the ESC BBS at (407) 699-8258 and typing "ORDER" at the main menu
  422.   prompt.  Registration of Draw Poker includes the following:
  423.  
  424.      *  A copy of the latest version of Draw Poker.
  425.  
  426.      *  A registration name and code that can be used to change future
  427.         shareware versions of Draw Poker into registered versions.
  428.  
  429.      *  A FREE BONUS DISK OF ESC SHAREWARE PROGRAMS.
  430.  
  431.      *  Unlimited product support.
  432.  
  433.   Expert Source Code, Inc. may be contacted for orders or questions by the
  434.   following methods.
  435.  
  436.      *  By calling ESC BBS (The home of Expert Source Code, Inc.) at (407)
  437.         699-8258 (9600 Courier HST - 24 hours a day - FREE ACCESS) and leaving
  438.         a "C"omment to the SYSOP.
  439.  
  440.      *  Via E-Mail to:     CompuServe - 72711,2035
  441.                               Prodigy - FGTD17A
  442.                                 GEnie - C.HARDY7
  443.                                Delphi - ESCINC
  444.  
  445.      *  By U.S. Mail to:   Expert Source Code, Inc.
  446.                            Post Office Box 180519
  447.                            Casselberry, FL  32718-0519
  448.  
  449.  
  450.                             ========================
  451.                             ASP Ombudsman Statement:
  452.                             ========================
  453.                              _______
  454.                         ____|__     |               (tm)
  455.                      --|       |    |-------------------
  456.                        |   ____|__  |  Association of
  457.                        |  |       |_|  Shareware
  458.                        |__|   o   |    Professionals
  459.                      -----|   |   |---------------------
  460.                           |___|___|    MEMBER
  461.  
  462.   This program is produced by a member of the Association of Shareware Pro-
  463.   fessionals (ASP).  ASP wants to make sure that the shareware principal
  464.  
  465. Draw Poker Documentation                                   Page 8 of 10.
  466.  
  467.  
  468.   works for you.  If you are unable to resolve a shareware-related problem
  469.   with an ASP member by contacting that member directly, the ASP may be able
  470.   to help.  The ASP Ombudsman can help you resolve a dispute or problem with
  471.   an ASP member, but does not provide technical support for members' products.
  472.  
  473.   Please write to the ASP Ombudsman at:
  474.  
  475.        ASP Ombudsman
  476.        545 Grover Road
  477.        Muskegon, MI  49442-9427
  478.        U.S.A.
  479.  
  480.   or send a CompuServe message via CompuServe MAIL to ASP Ombudsman at
  481.   70007,3536.
  482.  
  483.  
  484.                                ==================
  485.                                Programming Tools:
  486.                                ==================
  487.  
  488.            Draw Poker was written using the following software:
  489.  
  490.               *  Turbo Pascal 6.0 by Borland International.
  491.  
  492.               *  Expert Software Tools by Expert Source Code, Inc.
  493.  
  494.               *  GX Development Series by GENUS Microprogramming.
  495.  
  496.               *  TechnoJock's Turbo Toolkit by TechnoJock Software, Inc.
  497.  
  498.  
  499.                         ===============================
  500.                         Shareware Version Distribution:
  501.                         ===============================
  502.  
  503.   Draw Poker is NOT a public domain program.  It is Copyright 1990-1991
  504.   by Expert Source Code, Inc.  All rights reserved.
  505.  
  506.   ASP approved vendors may distribute Draw Poker on disk, on a CD-ROM
  507.   and as part of disk sets as long as they meet all of the ASP guidelines and
  508.   that the version that is distrubuted isn't over a year old.  This version is
  509.   dated September, 1991.  If this version is outdated then please contact us
  510.   for a more recient version.
  511.  
  512.   Other vendors may distribute Draw Poker as long as the following con-
  513.   ditions are met.
  514.  
  515.      *  All of the files listed in the Packing list section are included in
  516.         the distribution.
  517.  
  518.      *  The person receiving the copy of Draw Poker package is made
  519.         aware that he or she does not become a registered user until
  520.         Expert Source Code, Inc. has received payment for the registration
  521.         of the software and that this is only an evaluation version.
  522.  
  523. Draw Poker Documentation                                   Page 9 of 10.
  524.  
  525.  
  526.      *  The Draw Poker package cannot be modified in any way and cannot
  527.         be "rented" or "leased" to others.
  528.  
  529.      *  The maxium distribution cost doesn't excede $10.00 in the USA and
  530.         US$12.00 internationally.
  531.  
  532.      *  The version being distributed isn't over a year old.  This version is
  533.         dated September, 1991.  If you need a more up to date version please
  534.         contact us.
  535.  
  536.      *  Permission is required from Expert Source Code, Inc.  However, if you
  537.         meet all of the other criteria and because permission is routinely
  538.         granted you may begin distributing Draw Poker package immediately
  539.         after sending in your request.  Also, we would appreciate it if you
  540.         would put us on your mailing list for your catalog.
  541.  
  542.  
  543.                    =======================================
  544.                    Trial Use (Shareware Version) Warranty:
  545.                    =======================================
  546.  
  547.   The Shareware evaluation (trial use) version is provided AS IS.  Expert
  548.   Source Code, Inc. makes no warranty of any kind, expressed or implied,
  549.   including without limitation, any warranties of merchantability and/or
  550.   fitness for a particualr purpose.
  551.  
  552.  
  553.                        =================================
  554.                        Registered Version ONLY Warranty:
  555.                        =================================
  556.  
  557.   Expert Source Code, Inc. warrants the physical diskette(s) provided with the
  558.   registered versions to be free of defects in materials and workmanship for a
  559.   period of sixty days from the date of the registration.  If Expert Source
  560.   Code, Inc. receives notification within the warranty period of defects in
  561.   materials or workmanship, and such notification is determined by Expert
  562.   Source Code, Inc. to be correct.  Expert Source Code, Inc. will replace the
  563.   defective diskette(s).  In no event will Expert Source Code, Inc.'s
  564.   liability for any damages to you or any other person exceed the registration
  565.   price actually paid for the license to use the software, reguardless of any
  566.   form of claim.  Expert Source Code, Inc. specifically discalims all other
  567.   warranties, expressed or implied, including but not limited to, any implied
  568.   warranty of merchantability and/of fitness for a particular purpose.
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581. Draw Poker Documentation                                  Page 10 of 10.
  582.