Class Ponyta

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

public class Ponyta extends PokemonCard
This class represents a "Ponyta" 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 two unique moves to the card: "Smash Kick" and "Flame Tail".
Version:
1.0
Author:
Tyler Mong
  • Constructor Details

    • Ponyta

      public Ponyta()
      Constructor to initialize a "Ponyta" Pokémon card with its unique attributes. It also adds two unique moves to the card: "Smash Kick" and "Flame Tail".