this.guiQueue = guiQueue;
this.heartbeat = heartbeat;
Logger.debug(this, "Creating Hellbound instance...");
frame = createFrameForGui(engineQueue, pitPanel);
Game game = createEngineForGame(heartbeat, factory);
connectQueues(game, pitPanel);
bindThreadsToFrame();
startHellbound();
}