Class Gameplay
java.lang.Object
GameBase
Gameplay
- All Implemented Interfaces:
Runnable
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
static int
static int
static int
static int
static int
static int
Fields inherited from class GameBase
DEFAULT_HEIGHT_OF_WINDOW, DEFAULT_WIDTH_OF_WINDOW, DESIRED_DELTA_LOOP, DESIRED_FPS, frame
-
Constructor Summary
-
Method Summary
Methods inherited from class GameBase
addKeyListener, destroy, finish, getDeltaTime, getGameObjects, initialize, onDestroyScene, openWindow, renderScene, run, startScene, updateScene
-
Field Details
-
CELLS_X
public static final int CELLS_X- See Also:
- Constant Field Values
-
CELLS_Y
public static final int CELLS_Y- See Also:
- Constant Field Values
-
CELL_HEIGHT
public static final int CELL_HEIGHT- See Also:
- Constant Field Values
-
CELL_WIDTH
public static final int CELL_WIDTH- See Also:
- Constant Field Values
-
BOTTOM_TEXT_AREA
public static final int BOTTOM_TEXT_AREA- See Also:
- Constant Field Values
-
HEIGHT_OF_WINDOW
public static final int HEIGHT_OF_WINDOW- See Also:
- Constant Field Values
-
WIDTH_OF_WINDOW
public static final int WIDTH_OF_WINDOW- See Also:
- Constant Field Values
-
-
Constructor Details
-
Gameplay
public Gameplay()
-
-
Method Details
-
awakeScene
protected void awakeScene()Description copied from class:GameBase
Scene awake on open the game.- Overrides:
awakeScene
in classGameBase
-