(int port)
| 155 | } |
| 156 | |
| 157 | public void createGame(int port) throws IOException |
| 158 | { |
| 159 | gameServer = new GraphServer(port); |
| 160 | new Thread(gameServer).start(); |
| 161 | |
| 162 | gameData.connect("localhost", port); |
| 163 | |
| 164 | graphUI.setScreen(Constants.PRE_GAME_SCREEN); |
| 165 | } |
| 166 | } |
no test coverage detected