Package pile.piles

Class Deck

java.lang.Object
pile.Pile
pile.piles.Deck

public class Deck extends Pile
Represents the deck pile in the Pokémon Trading Card Game. This class extends the Pile class and is used to manage the player's deck of cards.
Version:
1.0
Author:
Tyler Mong
  • Constructor Details

    • Deck

      public Deck()
      Constructor for the Deck class. Initializes the deck pile for the player.