home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt: Spezial 1 / CDD_SPIELE_.ISO / wingames / spades / readme.txt < prev    next >
Text File  |  1995-02-22  |  8KB  |  208 lines

  1.             Spades the Card Game
  2.               By Greg DeBacker
  3.  
  4.  
  5.     1)Introduction
  6.     2)Installation
  7.     3)How to Play
  8.  
  9.  
  10.  
  11.  
  12. 1)Introduction
  13.  
  14.     Spades has always been one of my favorite card games, and, IMHO, I'm
  15.     a pretty good player. I did my best to instill my knowledge of the
  16.     game into this program so that it will be challenging enough. 
  17.     However, this is my first attempt at artificial intelligence so you
  18.     will be the final judge of how well I did.
  19.  
  20.     Spades is Shareware. Feel free to pass this game along to anybody
  21.     you see fit, and upload it to any BBS you want to. All I ask is that
  22.     you pass the ZIP file along with out altering its contents in any
  23.     way.
  24.  
  25.     If you like the game and wish to continue playing it the cost is
  26.     $3.00. For your $3.00 you will not receive a users manual. Nor will
  27.     your name be added to a database so I can alert you to further
  28.     upgrades. I will not send you junk mail trying to push other fine
  29.     shareware products on you. What you will receive is the piece of 
  30.     mind that comes with knowing that you did the right thing, and 
  31.     maybe I'll drop you a postcard thanking you for your payment.
  32.  
  33.     Send payments to:
  34.                 Greg DeBacker
  35.                 638 San Juan Av
  36.                 Santa Cruz, Ca 95065
  37.  
  38.     Send comments to:
  39.                 Greg DeBacker
  40.                 CompuServe # 71042,36
  41.  
  42.     Payments can be sent in the form of cash, money order, foreign 
  43.     money, personal check, or anything else that you feel has a value 
  44.     of about $3.00.
  45.  
  46.     Please be advised that you play Spades at your own risk. I don't 
  47.     think I could write a computer virus if my life depended on it, and
  48.     I've run the game on several machines with no ill effects, but
  49.     once you load it on your computer you are on your own.
  50.  
  51.  
  52. 2)Installation
  53.  
  54.     In order to save upload and download time I decided not to write
  55.     an installation program. Besides, its really very simple.
  56.  
  57.     There should be 4 files in the ZIP file:
  58.  
  59.         README.TXT - This file
  60.         SPADES.EXE - The executable file
  61.         MHRUN400.DLL - Support file
  62.         MHCD200.VBX  - Support file
  63.  
  64.     SPADES.EXE can go in any directory. After you play the game the
  65.     first time a file called SPADES.INI will be created in the 
  66.     directory you placed SPADES.EXE. SPADES.INI stores the game options
  67.     you've chosen (speed, card deck, ect)
  68.  
  69.     MHRUN400.DLL and MHCD200.VBX should be put in your WINDOWS\SYSTEM
  70.     directory (usually c:\windows\system), but can be put in the
  71.     same directory you put SPADES.EXE.
  72.  
  73.     You will need to supply VBRUN300.DLL. This is the runtime module
  74.     for Visual Basic. Visual Basic is the language Spades was written 
  75.     in. Because there are so many Visual Basic shareware programs out 
  76.     there this file is traditionally not supplied with the other files 
  77.     needed for the game. VBRUN300.DLL can be found on almost any BBS 
  78.     under the name VBRUN3.ZIP. Once you have this file store it in your 
  79.     WINDOWS\SYSTEM directory.
  80.  
  81.     To run Spades you can double click on SPADES.EXE from the File
  82.     Manager, or add the Spades icon to a program group. To add Spades
  83.     to a program group, open the group and select File|New, then type
  84.     in the path and file name for SPADES.EXE (something like
  85.     c:\spades\spades.exe), and click on OK.
  86.  
  87.     
  88.  
  89. 3) How to play
  90.  
  91.     The first time you start the game you will be asked to supply your
  92.     name (or any name). This is the name you will be referred to 
  93.     throughout the game.
  94.     
  95.     You will then be asked if you want to start the deal. If you chose
  96.     "No" the deal will be passed to the left.
  97.  
  98.     The cards will then be dealt. After the deal you will be asked 
  99.     to "Bid" on your hand. Here are the basics of bidding and playing:
  100.  
  101.         You bid the number of tricks you think you can
  102.         take in the game. You get a bonus if you take
  103.         exactly the number of tricks you bid. You are
  104.         penalized if you take fewer tricks than you bid.
  105.  
  106.         A trick consist of 4 cards, one from each player.
  107.         If yours is the highest of the 4, and is in the 
  108.         suit of the firt card that was played you win the 
  109.         trick. Ace is the highest and 2 is the lowest card.
  110.  
  111.         The suit Spades is the exception to the above rule.
  112.         A Spade can beat any card except a higher Spade.
  113.         If the other 3 players play the Ace, King, and 
  114.         Queen of Hearts, and you play the 2 of Spades you
  115.         take the trick. This is called a "trump". 
  116.  
  117.         However, you can only play a Spade if you are out
  118.         of the suit that was first played, that is, the suit 
  119.         that was "opened" with. The suit that was "opened" is
  120.         the suit of the first card that was played, this is
  121.         also reffered to as the "Lead Suit". 
  122.  
  123.         You can not open with with Spades until
  124.         Spades have been "broken". Spades are considered
  125.         broken when someone trumps a trick.
  126.  
  127.     After you type in a bid you will be shown the total number of bids
  128.     for the current deal. There are a total of 13 possible tricks
  129.     for a deal but the bids of the 4 players can total more or less
  130.     than 13. 
  131.  
  132.     The play goes in order to the left. When it is your turn to play a
  133.     card you click on a card in front of you to play that card. After
  134.     all 4 of the players have played a card the computer will determine
  135.     the winner and that player will be credited with the trick. The 
  136.     player that wins the trick will begin the next round by playing 
  137.     a card.
  138.  
  139.     A status bar above your hand will tell you either which
  140.     suit was lead, or if it is your turn to open with a card.
  141.  
  142.     If you try and play the wrong suit the computer will beep and the 
  143.     card you clicked on will not be played. You must play in suit
  144.     if you have the suit that was lead.
  145.  
  146.     After all 13 tricks have been played the score sheet will be 
  147.     displayed and then the next deal will begin. The deal rotates
  148.     to the left. This continues until someone has won the game.
  149.  
  150.  
  151.     Menu Options
  152.  
  153.      Auto Play - If you select Auto Play the computer will take over
  154.      your hand and play the game for you. At the end of every hand
  155.      you will be shown the score sheet and then asked if you want to 
  156.      continue with Auto Play. If you chose "Yes" every time, Auto Play 
  157.      will play the entire game until a winner has been decided.
  158.  
  159.      Play To - Determines when a winner is decided. You can play to 
  160.      250, 500, or 750 points.
  161.  
  162.      Speed - Determines how fast the game is played. You can select
  163.      Fast, Medium, or Slow. Auto Play on Fast is pretty cool!
  164.  
  165.      Card Deck - Determines the style of deck used. 
  166.      
  167.      Set Player Name - Asks you to supply your name. 
  168.  
  169.      Mystery Option - This option can be selected once in a deal, and
  170.      only after the first deal in a game. Different things can happen
  171.      when you select the Mystery Option. Sometimes it is innocuous,
  172.      sometimes it helps, and sometimes it hurts. Its a mystery!
  173.  
  174.      Display Scores - Displays the current scores.
  175.  
  176.      Scoring - Explains how points are scored.
  177.  
  178.      About - Displays an About box
  179.  
  180.      Exit - Close the game.
  181.  
  182.     When you chose Set Player Name, Card Deck, Speed, or Play To your
  183.     selection is written to a file (SPADES.INI) and your choices will
  184.     remain in affect the next time you start the game.
  185.  
  186.        Scoring
  187.  
  188.     If you take exactly the number of tricks you bid you get 10 points
  189.     for every trick bid plus 20 points for being such a good player.
  190.  
  191.     If you take more tricks than you bid you get 10 points for every
  192.     trick you bid plus 1 point for every trick over your bid.
  193.  
  194.     If you take fewer tricks than you bid you get -10 points for
  195.     every trick bid. Not good.
  196.  
  197.     If you bid 0 this is called "Going Low". If you Go Low and take
  198.     0 tricks you get 50 points. If you Go Low and take any tricks at
  199.     all you get -50 points.
  200.  
  201.  
  202.  
  203. That's the long and short of it. I hope you enjoy Spades. If you don't
  204. enjoy it, and happen to think about it, drop me a line and tell me why 
  205. so I can improve it.
  206.  
  207. Greg
  208.