Package controller


package controller
  • Classes
    Class
    Description
    The Controller class is responsible for handling most of the game logic for a Blackjack game.
    Contains methods to calculate the value of a hand, take cards from a deck and discard the hand to a deck.
    Controller for handling user login.