Package javatro.core.jokers


package javatro.core.jokers
The jokers package contains the joker logic and data structures necessary for instantiating and creating Jokers.

This package is responsible for handling the distribution and logic of Jokers.

Classes in this package:

  • Joker - Represents a Joker abstract class.
  • JokerFactory - Manages the creation of Jokers.
  • HeldJokers - Represents the player's current Jokers.
  • Class
    Description
    Holds all the Jokers the player has in an ArrayList of type Joker.
    Represents a Joker card.
    Enum representing the type of Joker Card.
    Factory for creating and distributing Jokers.