LaunchGUI
To launch a client you need to specify a pin ID for the client and connect it to a running server. The game cannot start until all clients have connected to the server. The following command launches a GUI client of pin ID 10 that will connect to a server on the local host.
java -jar dist/ct3.jar -c ctgui.original.GUI --pin 10 --client_hostip localhost
Alternatively, you can run the following command
ant runclient1
This will launch the following connection panel.
Click on "connect" which will launch the following "wait" panel.