Blackjack is a multiple deck, casino rules blackjack game. The object of the game is to hold cards having a higher count than those of the dealer without going over 21.
Here are a few important terms that are used in the game.
A hand whose first two cards total 21; an instant win worth 150% of your wager
When the value of a hand exceeds 21; a losing hand
To double the initial wager and receive exactly one more card
To request another card to be added to the hand
A side wager of 50% of the original wager that the dealer has a natural 21 (aka blackjack) that is offered when the dealer's face up card is an ace. If the dealer has a natural 21 then the player is paid double.
When the value of the player hand and the dealer hand are equal and the original wager is returned to the player
When a hand starts with two cards of the same value (or rank) it may be split to form two independent hands
To stop adding cards to a hand
To give up half your wager to not complete the hand
In blackjack, each card is assigned a value.
The value of a hand is the sum of the values of each card in the hand.
The dealer must play his hand according to very specific rules. There are two basic rule variations that determine what hand total the dealer must draw to.
The dealer must continue to draw cards (hit) until the hand total is at least 17.
The dealer must continue to draw cards (hit) until the hand total is at least 17, except when the dealer has a soft total of 17 he must take another card. A soft total is one where an Ace card is counted as an 11.
You can start Blackjack in the following ways:
Choose Games ▸ Blackjack.
To start Blackjack from a command line, type the following command, then press Return:
blackjack
When you start Blackjack, the following window is displayed.
The Blackjack window contains the following elements:
The menus on the menubar contain all of the commands you need to work with files in Blackjack.
The toolbar contains a subset of the commands that you can access from the menubar.
The statusbar displays information about current Blackjack activity and contextual information about the menu items.
The playing area contains the dealer position, player position, player wager stack, and the player's chips.
The menu bar, located above the game table, contains the following menus:
This menu contains these items:
This menu contains these items:
This menu contains:
The playing area (or table), located below the toolbar, contains the following elements:
This is where the dealer hand will be placed. It is located at the top of the playing area. On a clear table it will appear as a white outlined region.
This is where the player's hands will be placed. Initially, there will be only one player position. More will be created if the player splits a hand. On a clear table they will appear as white outlines below the dealer position.
The wager stack represents the initial wager on each hand. It consists of a stack of chips located directly to the left of each player position.
The player's chips represent an infinite stack of chips for each of the chip values 100, 25, 5, and 1. These chips are used to modify the wager.
To increase the wager for the hand:
A new hand can be dealt when the table is clear or when play has finished on the current hands.
To deal a new hand on a clear table, click in the white outlines that indicate the dealer or player positions.
To deal a new hand after play has finished on the current hands, click once on any of the cards on the table.
You may add cards to a hand until the hand total is 21 or over.
To add a card to a player's hand, click once on any card in the hand.
You may stop taking cards at any time after the first two cards have been dealt.
To stop adding cards to a hand, click once on any other hand. For example, when there is only one player position (ie. you have not split a pair), click on the dealer's hand to stand. When you have split a pair, you may stand on the first player hand by clicking on the second player hand, or the dealer hand.
To double down, double click on any of the player chips after the first two cards have been dealt.
To split a pair, drag the top card of the hand off the player position and drop on any empty space on the table.
To configure Blackjack, choose Settings ▸ Preferences. The Preferences dialog contains the following tabbed sections:
When the Show dealer probabilities option is selected in the Game tab of the Preferences dialog, the exact probabilities of each possible outcome of the dealer's hand are displayed over the table surface, to the left of the dealer's hand. The probabilities range from zero to one, where zero means impossible and one means certain. These probabilities take into account all cards dealt from the shoe.
When the Show dealer probabilities option is selected in the Game tab of the Preferences dialog, the exact expected values (in percent of initial bet) of each available player option are displayed over the table surface, to the left of the dealer's hand. These values take into account all cards in your current hand and the dealer's face up card. For example, suppose the number displayed for standing is -12.345. This means that if you played out the current situation many, many times, standing each time, with a 1.00 initial wager, then on average you would lose 0.12345.
Blackjack was written by William Jon McCann (<mccann@jhu.edu>).
To report a bug or make a suggestion regarding this application or this manual, follow the directions in this document.
This program is distributed under the terms of the GNU General Public license as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. A copy of this license can be found at this link, or in the file COPYING included with the source code of this program.