Package com.prineside.tdi2.screens
Class TicTacToeScreen
java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.TicTacToeScreen
- All Implemented Interfaces:
com.badlogic.gdx.Screen
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
static class
static final class
static final class
static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG_AI_ACTIONS
public static boolean LOG_AI_ACTIONS -
PRINT_AI_ACTIONS
public static boolean PRINT_AI_ACTIONS
-
-
Constructor Details
-
TicTacToeScreen
public TicTacToeScreen()
-
-
Method Details
-
draw
public void draw(float delta) -
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.Screen
Called when this screen should release all resources.
-