Package game

Class Main

java.lang.Object
game.Main

public class Main extends Object
This class runs the Pokémon Trading Card Game emulation. It initializes the game and starts the game loop.
Version:
1.0
Author:
Tyler Mong
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      Sets up the game and starts the game loop.
      Parameters:
      args - Command line arguments.