assert aiPlayerGameLevel != null: "At this stage, the AI player game level must not be null.";
boolean continueTryingCreateAIGameClient = true;
int computerPlayerIndex = 0;
ServerTicket aiServerTicket = null;
while (continueTryingCreateAIGameClient)
{
try
{