RichardBerg : FinalUserManual

FavoriteLinksCondensed :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings

Blackjack User's Manual


There is no appreciable change from the FirstUserManual, other than the number of options available and the order of parameters presented in-game. Run the executable 'blackjack' (no command-line arguments) and follow the prompts. There should be no hidden 'gotchas' such as system incompatibilities or required environments; the only known dependency is on the standard C library.

Invalid input will either request you try again (e.g. if the entry is not in the correct range), or throw an error if completely malformed (e.g. string data in an int field).

The user-configurable options include:

The major features are not terribly apparent in action, but under the hood all of the following are implemented (only used by the advanced strategies and under Standard Rules):

In short, Insurance is the only major Blackjack rule that is absent. All of these advanced rules (everything but hit & stand) are turned off under Basic Rules.

The decisions made by the strategies cannot be summarized in one page, but the advanced ones work by counting the cards they've seen (every play that's made before their turn, plus the rest of the cards once the hand is complete) and keeping a running total of their devising. For more in-depth information see the StrategiesManual.

Back to BlackjackDesign

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.4
Page was generated in 0.1263 seconds