MCPcopy Create free account
hub / github.com/catabriga/graphwar / joinGame

Method joinGame

src/Graphwar/Graphwar.java:152–155  ·  view source on GitHub ↗
(String ip, int port)

Source from the content-addressed store, hash-verified

150 }
151
152 public void joinGame(String ip, int port) throws IOException
153 {
154 gameData.connect(ip, port);
155 }
156
157 public void createGame(int port) throws IOException
158 {

Callers 2

actionPerformedMethod · 0.80
mouseReleasedMethod · 0.80

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected