See: Description
Class | Description |
---|---|
ChatHandler | |
CmdLineWebClient |
A first start to create a cmdline WebClient.
|
GameTableModel | |
RegisterPasswordPanel |
A panel with which one can either create a new account,
or change the password.
|
RunGameInSameJVM | |
WebClient |
This is the main class for one user client for the web server.
|
WebClientSocketThread |
This implements the webserver/client communication at client side.
|
Exception | Description |
---|
A package containing the classes needed for the client side of the "Public Game Server".
Contents of this package is (only) needed in Colossus.jar.
It contains currently both the functionality for the clients to connect/login (and create account first, if necessary) to the server to find other players plus also that part that deals with the interaction of the normal Colossus client side (Client, MasterBoard, ClientGUI) to connect to a game that was started on the Game Server. Eventually it might also contain functionality to start a game on a players own computer (work in progress on that).