Class Growlithe

java.lang.Object
card.Card
card.pokemon.PokemonCard
card.pokemon.pokemoncards.Growlithe

public class Growlithe extends PokemonCard
This class represents a "Growlithe" Pokémon card in the Pokémon Trading Card Game. It extends the PokemonCard class, calls the superclass constructor to initialize the card with its unique attributes. It also adds a unique move to the card: "Flare".
Version:
1.0
Author:
Tyler Mong
  • Constructor Details

    • Growlithe

      public Growlithe()
      Constructor to initialize a "Growlithe" Pokémon card with its unique attributes. It also adds a unique move to the card: "Flare".