home *** CD-ROM | disk | FTP | other *** search
/ The Complete Encyclopedia of Games 1 2 / Microforum-Over1000GamesVol2-Win31-CD1of2.iso / card / 6035 / 6035.txt next >
Text File  |  1997-02-22  |  9KB  |  128 lines

  1. Seven Card Stud
  2. by
  3. Johann Ruegg & Tony Andrews
  4.  
  5. Overview
  6.  
  7. This program is based on a prior version written for UNIX (and Curses) by Johann Ruegg. The Windows interface was implemented by Tony Andrews. The program is designed to simulate the kind of action you'd find in a typical casino game. The eight players may be configured to be either human or "house" players supplied by the program. The game may be played conveniently with either keyboard or mouse control. A number of options are supported to facilitate practice play and the structure of the game can be controlled somewhat, although the bet amounts are fixed. A house rake of 10% (up to a $3 cap) is taken from each pot, by default. (In a live game, you're playing against the rake as well as the other players.) The rake percentage and cap are configurable.
  8.  
  9. The program is freely distributable. Send comments or bug reports to:
  10.  
  11.     aandrews@nyx.cs.du.edu
  12.     or
  13.     hruegg@nyx.cs.du.edu
  14.  
  15. Installation
  16.  
  17. The program uses the Borland custom control library (bwcc.dll) which should be installed somewhere in your path, or in your windows system directory, or in the directory where you installed "7crdstud.exe". If you wish, you can create a program item for the game in the program manager. If you use the "Save Settings" command, a file named "poker.ini" will be created in your Windows directory. The options are restored each time the program is started.
  18.  
  19.  
  20. Rules of the Game
  21.  
  22. To start the hand, each player is dealt two cards face down and one card face up. The player with the lowest card showing makes a forced bet to start the action. Players may then call, raise, or fold. A maximum of three raises are permitted in each round of betting. When all players have either folded or contributed equal amounts to the pot, another card is dealt face up to each active player. Betting begins with the player showing the best hand. A total of four cards are dealt face up with a round of betting after each. A seventh and final card is dealt face down and the final round of betting begins.
  23.  
  24. If, on any round, a bet is made and there are no callers, the player making the bet wins the pot. If multiple players remain through the final round of betting, the pot is won by the player who can make the best five-card hand using their seven cards. The order of the hands is as follows:
  25.  
  26.     no pairs
  27.     one pair
  28.     two pair
  29.     three of a kind
  30.     straight (ace may be high or low)
  31.     flush (five of the same suit)
  32.     full house
  33.     four of a kind
  34.     straight flush
  35.  
  36. If a showdown is reached, the computer indicates the five cards used from each hand by displaying the two unused cards slightly lower on the screen.
  37.  
  38.  
  39. The House Players
  40.  
  41. The characteristics of the house players are determined, in part, randomly. When a player is initialized, their general optimism related to the game is determined. Over the course of a game you should be able to detect different styles of play. This helps to simulate a live game better. It's up to you to find the "loose" players and exploit their weaknesses.
  42.  
  43. The house players are configured to be slightly loose on the average. We could make the game harder to beat by keeping the house players tighter, but we'd be creating just the kind of table we try to avoid in real life.
  44.  
  45.  
  46. Single and Multi-Player Use
  47.  
  48. By default, the program begins with one human and seven "house" players. You may change the name of any player at any time and you may change players between human and computer control. If you wish to play the game with two or more people seated in front of the computer, you can shield the screen from view while looking at your hole cards. When there are multiple human players, the program will only show the hole cards for the player whose turn it is to act. If you are playing alone you can move the cursor over your cards and press the left mouse button (or press the space bar) to see your down cards at any time.
  49.  
  50.  
  51. Playing the Game
  52.  
  53. The program is designed for convenient play using either the keyboard or the mouse. The following two sections summarize the features of each.
  54.  
  55.     Using the Keyboard
  56.  
  57. All player actions may be made by pressing a single key (upper or lower case is accepted). To deal a hand, press 'd'. To pass, bet, raise, or fold, press 'p', 'b', 'r', or 'f'. You can view your hole cards by pressing the space bar. If there is only one human player, you can press the space bar to see your cards at any time during the hand. If there are multiple human players, you must wait until it's your turn. Pressing the space bar again conceals your cards as will any other action you take. Type-ahead is supported. If you press one of the "action" keys, the action will be applied to the next human player's turn.
  58.  
  59.     Using the Mouse
  60.  
  61. The game may also be played entirely with the mouse without having to move to the menu bar. To deal a hand, press the right mouse button. To view your hole cards, move the cursor to the area where your cards are displayed and press the left mouse button. The cards will remain visible for as long as you hold the button down. When it is your turn to bet, you can display a pop-up menu with your current options by moving the cursor to the text lines just above or below your cards and pressing the left mouse button. Select an option and release the button to proceed.
  62.  
  63.  
  64. Menu Commands
  65.     File Menu
  66.         Save Settings
  67.             Saves game options (but not the player configuration) to "poker.ini".
  68.  
  69.         Exit
  70.             You may exit the game at any time.
  71.  
  72.     Actions
  73.  
  74. The actions related to betting will be enabled or disabled depending on what is legal for you to do. You can only call or fold after a bet has been made; no more than three raises are allowed, etc. Your play is further restricted if your bankroll goes negative. You are allowed to finish the hand, but you can only pass, call, or fold. No bets or raises are permitted.
  75.  
  76.         Deal
  77. Deals a new hand. You must complete each hand before dealing another.
  78.         Pass
  79.             (i.e. Check) Make no bet.
  80.         Bet
  81.             Bet the appropriate amount for the current round.
  82.         Raise
  83.             Three raises are permitted in each round.
  84.         Fold
  85.             Fold your hand. Play continues for the other players.
  86.         Show Hole Cards
  87.             Examine your down cards.
  88.     Game
  89.         Restart Game
  90.             Reset all player bankrolls.
  91.         Structure
  92.             Configure the betting structure.
  93.         Players
  94.             Set player names and program vs. human control.
  95.         Options
  96.             Configure various options related to the program.
  97.  
  98. Structure
  99.  
  100. The "structure" dialog box allows you to set the amount of the forced bet and the other betting rounds. The first two rounds use a fixed bet which is doubled for the final three rounds of betting. The rake is set to 10% with a cap of 3, by default. These figures may also be changed in this dialog box. All of these options are saved by the "Save Settings" command and restored each time the program starts.
  101.  
  102. Players
  103.  
  104. In the "players" dialog box, use the scroll bar to select a seat. You may change the name of the player and how they are controlled. The player configuration is not saved.
  105.  
  106. Options
  107.  
  108. The "options" dialog box controls several other game features. The initial bankroll for each player may be set. When a computer player goes broke, the seat is filled with a new house player, by default. You may also choose to leave the seat empty, allowing a crude sort of tournament play. (In a true tournament, the bet amounts would increase over time.) When a human player goes broke, they have the option of either pulling out more money or quitting. If the last human player in the game goes broke and decides to quit, the program exits.
  109.  
  110. Several options are provided for the terminally curious (and for debugging). You can instruct the program to display all of the cards it deals; either after the hand is completed or at all times. You can also set an option that allows you to peek at everyone's hole cards using the mouse.
  111.  
  112. By default, the program sorts everyone's hole cards before a showdown. This helps simulate live play since many players will shuffle their hole cards at the end of a hand. This option can be turned off here.
  113.  
  114. There are three delays that help regulate the pace of the game. Adjust these until the flow of the game is feels comfortable. One delay determines that rate at which the cards are dealt. The second delay determines the amount of time between the start of a player's turn and the time at which they announce their action. If you set this to zero, the program will announce each house player's action as soon as it determines what that will be. The final delay sets the time between a player's action and the start of the next player's turn. This gives you time to absorb a player's move before the action moves on.
  115.  
  116. All of the settings in this dialog box are retained when you use the "Save Settings" command.
  117.  
  118. Future Plans
  119.  
  120. Look for other poker games in the future. We already have UNIX versions of Texas Holdem, Omaha Hi-Lo Split, and Seven Card Stud Hi-Lo. These will be ported to Windows as time allows. The following features are being considered for future versions of this program:
  121.  
  122.     Better support for tournament play
  123.  
  124.     Online help
  125.  
  126.     More configurable house players
  127.  
  128. If you have other suggestions or complaints, let us know.