Package card.pokemon
package card.pokemon
This package contains the classes related to Pokémon cards in the Pokémon Trading Card Game (TCG) emulation.
It includes the PokemonCard class, which represents a Pokémon card and its attributes such as name, HP, weakness, resistance, and moves.
The package is designed to manage the functionality and interactions of Pokémon cards within the game,
ensuring that they can be used properly in gameplay for attacking and other actions.
Sub-packages include:
-
card.pokemon.pokemoncards
: For specific Pokémon cards like Diglett, Machop, Staryu, and others.
- card.pokemon.helper
: For a move helper class that assists in performing actions related to Pokémon moves.- Version:
- 1.0
- Author:
- Tyler Mong
-
ClassesClassDescriptionThis class represents a Pokémon card in the Pokémon Trading Card Game.