Package Game
Class GameRun
java.lang.Object
Game.GameRun
Entry point for launching the Chess game application.
This class creates the main application window using Swing, initializes the chess board, and displays the GUI.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GameRun
public GameRun()
-
-
Method Details
-
main
Main method to launch the chess game.- Parameters:
args
- Command-line arguments (not used).- See Also:
-