Class Seel

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

public class Seel extends PokemonCard
This class represents a "Seel" 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: "Headbutt".
Version:
1.0
Author:
Tyler Mong
  • Constructor Details

    • Seel

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