Class Machop

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

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

    • Machop

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