Package pile.piles

Class Prize

java.lang.Object
pile.Pile
pile.piles.Prize

public class Prize extends Pile
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
  • Constructor Details

    • Prize

      public Prize()
      Constructor for the Prize class. Initializes the prize pile for the player.