C# (CSharp) Blackjack 네임스페이스

중첩된 네임스페이스

Blackjack.Players

클래스들

이름 설명
ActionTable A look-up table for a Blackjack strategy. This is useful in simulating strategies that do not rely on the count of the deck. Given a hand value and dealer card, it will simply look up the appropriate action to take.
BlackjackGame BlackjackGame class represents the BlackJack card game entity
BlackjackSettings A collection of various settings for a game of Blackjack.
Card
DealerHand The hand for the dealer. This is the same as the hands of the players, except that the dealer hand has a hidden card which is flipped over at the end.
Hand
HandInfo
PlayerHand A class representing a Blackjack player's hand.
Shoe