Modifier and Type | Constant Field | Value |
---|---|---|
public static java.lang.String |
DEFAULT_HOST |
"127.0.0.1" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static java.lang.String |
PLUGIN_UUID |
"swc_2021_blokus" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static int |
BOARD_SIZE |
20 |
public static int |
DRAW_SCORE |
1 |
public static long |
HARD_TIMEOUT |
10000 |
public static int |
LOSE_SCORE |
0 |
public static int |
ROUND_LIMIT |
25 |
public static long |
SOFT_TIMEOUT |
2000 |
public static int |
TOTAL_PIECE_SHAPES |
21 |
public static boolean |
VALIDATE_MOVE |
true |
public static int |
WIN_SCORE |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static int |
SUM_MAX_SQUARES |
89 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static int |
DEFAULT_PORT |
13050 |
public static int |
DEFAULT_TESTSERVER_PORT |
13051 |