Package game
package game
This package contains the main game logic for the Pokémon Trading Card Game (TCG) emulation.
It includes classes for managing the game state, player interactions, and the overall game flow.
The classes within this package handle the core functionalities of the game, such as starting a new game,
managing player turns, handling card draws and plays, and determining the game outcome.
- Version:
- 1.0
- Author:
- Tyler Mong
-
ClassesClassDescriptionThis class is responsible for building prebuilt decks.This class is responsible for setting up and managing the game flow of the Pokémon Trading Card Game emulation.This class runs the Pokémon Trading Card Game emulation.This class represents a player in the Pokémon Trading Card Game.