this.listener = new KeyboardListener();
this.window.setFocusable(true);
this.roundWon = new Integer[2];
this.position = new Position[3];
for (int i = 0; i < 3; i++) {
this.position[i] = new Position();
}
this.state = State.GETTING_SERVER_INFORMATION;
}