Player Options GUI Specs Last updated: 8/16/2002
* Description Windows
  1. Surrender When Appropriate
    1. ComboBox
      1. True / False
      2. Default: False
  2. Even Money (Blackjack vs Ace)
    1. ComboBox
      1. True / False
      2. Default: True
  3. Betting Strategies
    1. Combo Box
      Would be really nice to populate the combo box using a file filter instead of hard coded files.
      1. Constant
      2. % of bankroll or table minimum.
        Would be really nice to allow user to manipulate percentage.
        1. Open Editable Text Box for percentage.
          1. Default: 10%
      3. 1-2-3 Notching
        Would be really nice to allow user to manipulate number of times to notch.
        1. Open Editable Text Box for number of times to "notch".
          1. Default: 2
      4. 1-2-4 Notching (Double Notching)
        Would be really nice to allow user to manipulate number of times to notch.
        1. Open Editable Text Box for number of times to "notch".
          1. Default: 2
      5. Double on Loss
        - Double bet after loosing hand. Reset to default after win.
      6. Default: Constant
  4. Best Play Tables
    1. Combo Box with each strategy in the list. Lower Card Layout Panel displays the selected table image. PlayerStrategy parses, the '.txt' version.
      This would also be a nice place for a file filter to create a vocabulary to be used with extensions instead of hard coded filenames (Gross!).
      1. Single Deck - Dealer Hits Soft 17
        SingleHit.gif and SingleHit.txt
      2. Single Deck - Dealer Stands on Soft 17
        SingleStand.gif and SingleStand.txt
      3. Double Deck - Dealer Hits Soft 17
        DoubleHit.gif and DoubleHit.txt
      4. Double Deck - Dealer Stands on Soft 17
        DoubleStand.gif and DoubleStand.txt
      5. Multiple Decks - Dealer Hits Soft 17
        MulitHit.gif and MultiHit.txt
      6. Multiple Decks - Dealer Stands on Soft 17
        MultiStand.gif and MutliStand.txt
      7. Spanish 21 - Killed
      8. Defualt: Mutliple Decks - Dealer Stands on Soft 17
Back to Top
SourceForge Logo