Package pile.piles
Class Prize
java.lang.Object
pile.Pile
pile.piles.Prize
Represents the prize pile in the Pokémon Trading Card Game, where the player's prize cards are placed.
This class extends the Pile class and is used to manage the player's prize cards.
- Version:
- 1.0
- Author:
- Tyler Mong
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pile.Pile
addCard, display, drawCard, getCardAtIndex, getCards, getSize, isEmpty, removeCard, secondaryDisplay, shuffle
-
Constructor Details
-
Prize
public Prize()Constructor for the Prize class. Initializes the prize pile for the player.
-