Package pile
package pile
This package contains the classes for the various piles used in the Pokémon Trading Card Game (TCG) emulation.
It includes a super class for the pile and its subclasses for specific types of piles, such as the deck, discard pile,
active pile, and prize pile. These classes manage the cards within each pile, including their attributes and behaviors.
The pile classes are essential for managing the game state and ensuring that the game rules are followed.
Sub-packages include:
-
pile.piles
: For the specific types of piles, including the deck, discard pile, active pile, and prize pile.- Version:
- 1.0
- Author:
- Tyler Mong
-
ClassesClassDescriptionThis class represents a generic pile of cards in the Pokémon Trading Card Game.