You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PROGRAMS
+7
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,13 @@ Command-line player runner
28
28
- Description: Runs the given gamer on the given port.
29
29
- Note: A Windows script needs to be added for this.
30
30
31
+
Command-line server runner
32
+
- Main class: org.ggp.base.apps.utilities.GameServerRunner
33
+
- How to run: ./gameServerRunner <results directory> <game key> <start clock> <play clock> <player host 1> <player port 1> <player name 1> <player host 2> <player port 2> <player name 2> etc.
0 commit comments