Package game
Class Main
java.lang.Object
game.Main
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
Sets up the game and starts the game loop.- Parameters:
args
- Command line arguments.
-