Package | Description |
---|---|
de.smarten.tsuro.engine.controller | |
de.smarten.tsuro.engine.model | |
de.smarten.tsuro.engine.view |
Class and Description |
---|
ConnectionManager
The
ConnectionManager implements the Runnable interface and needs
to be started as a thread. |
EngineControl
The EngineControl handles incoming calls from the GUIControl and connects the front-end
of the GameEngine with the back-end.
|
GameControl |
GameFullException
The class
GameFullException is an Exception which indicates
that a Game is full and no more Players can be added. |
GUIControl
Handles incoming calls from the GUI.
|
IncompleteInputException
The class
IncompleteInputException is an Exception that indicates
missing input for the operation to be completed. |
IServer
The
IServer interface defines all the methods necessary for the server to communicate with a client. |
TournamentControl
Control-class to organize a tournament.
|
Class and Description |
---|
ConnectionManager
The
ConnectionManager implements the Runnable interface and needs
to be started as a thread. |
GameControl |
GameFullException
The class
GameFullException is an Exception which indicates
that a Game is full and no more Players can be added. |
LevelControl
Control-class that manage a single level in a tournament
|
TournamentControl
Control-class to organize a tournament.
|
Class and Description |
---|
EngineControl
The EngineControl handles incoming calls from the GUIControl and connects the front-end
of the GameEngine with the back-end.
|
GUIControl
Handles incoming calls from the GUI.
|
IncompleteInputException
The class
IncompleteInputException is an Exception that indicates
missing input for the operation to be completed. |
Copyright © 2017 smarTen. All rights reserved.