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

Method goPreGame

src/GraphServer/GraphServer.java:1013–1027  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1011 }
1012
1013 protected void goPreGame()
1014 {
1015 gameState = Constants.PRE_GAME;
1016
1017 try
1018 {
1019 serverSocket = new ServerSocket(port);
1020 }
1021 catch (IOException e)
1022 {
1023 e.printStackTrace();
1024 }
1025
1026 new Thread(this).start();
1027 }
1028
1029 private void checkTimeUp()
1030 {

Callers 2

finishGameMethod · 0.95
removeClientMethod · 0.80

Calls 1

startMethod · 0.80

Tested by

no test coverage detected