Package model


package model
  • Class
    Description
    Represents a standard playing card and handles card operations.
    Represents the thirteen possible ranks in a standard playing card deck.
    Represents the four possible suits in a standard playing card deck.
    Represents a dealer in a card game and handles dealer-specific operations.
    Holds multiple Card objects and performs operations such as shuffling the deck.
    Parent class of the Player and Dealer Objects.
    Represents a player in a blackjack game.
    The Statistics class represents a set of statistics for a blackjack game.