public final class Constants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
AI_WAIT_TIME
The number of milliseconds an AI has to wait before making a move.
|
static long |
ANIMATION_RATE
Number of milliseconds per animation frame (60FPS).
|
static int |
INIT_SIZE
Initial frame size scaling factor
|
static int |
MIN_SIZE
Minimum frame size scaling factor
|
static long |
MIN_TURN_TIME
Minimum number of milliseconds any turn should take.
|
static int |
PLAYFIELD_HEIGHT
The playfield height (from 0 to 900).
|
static int |
PLAYFIELD_WIDTH
The playfield height (from 0 to 1600).
|
static int |
PORT
Multiplayer server port.
|
static java.lang.String |
TITLE
Game and window title.
|
static java.lang.String |
VERSION
Current game version.
|
Constructor and Description |
---|
Constants() |
public static final java.lang.String VERSION
public static final java.lang.String TITLE
public static final int PLAYFIELD_WIDTH
public static final int PLAYFIELD_HEIGHT
public static final int MIN_SIZE
public static final int INIT_SIZE
public static final long ANIMATION_RATE
public static final long MIN_TURN_TIME
public static final int PORT
public static final long AI_WAIT_TIME