Package pile.piles
package pile.piles
This package contains the classes for the different piles in the game.
Piles are used to store the cards in the game, such as the deck, discard pile, active pile, and prize pile.
- Version:
- 1.0
- Author:
- Tyler Mong
-
ClassesClassDescriptionRepresents the active pile in the Pokémon Trading Card Game, where the player's active Pokémon is placed.Represents a bench in the Pokémon Trading Card Game, where the player's benched Pokémon are placed.Represents the deck pile in the Pokémon Trading Card Game.Represents the discard pile in the Pokémon Trading Card Game, where the player's discarded cards are placed.Represents the player's hand in the Pokémon Trading Card Game, where the player holds their cards.Represents the prize pile in the Pokémon Trading Card Game, where the player's prize cards are placed.