public class RefereeMain extends Object
GameRunner and CodinGame's server side game runner| Constructor and Description |
|---|
RefereeMain() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInProduction()
Is overriden by CodinGame's server side game runner
|
static void |
main(String[] args)
CodinGame's game runner will launch the referee using this method.
|
static void |
start(InputStream is,
PrintStream out)
The local
GameRunner will launch the referee using this method. |
public static boolean isInProduction()
public static void main(String[] args) throws InstantiationException, IllegalAccessException
args - unusedInstantiationExceptionIllegalAccessExceptionpublic static void start(InputStream is, PrintStream out)
GameRunner will launch the referee using this method.is - InputStream used to capture the referee's stdinout - PrintStream used to capture the referee's stdoutCopyright © 2019. All rights reserved.