Package card.trainer


package card.trainer
This package contains classes related to Trainer cards in the Pokémon Trading Card Game (TCG) emulation. It includes the TrainerCard class, which represents a Trainer card and its attributes such as name, type, and effects. The package is designed to manage the functionality and interactions of Trainer cards within the game, ensuring that they can be used properly in gameplay for drawing and discarding cards. Sub-packages include: - card.trainer.trainercards: For specific Trainer cards like Bill and Professor Oak. - card.trainer.helper: For a helper class that assists in performing actions related to Trainer cards.
Version:
1.0
Author:
Tyler Mong
  • Classes
    Class
    Description
    This class represents a Trainer card in the Pokémon Trading Card Game.