Class TicTacToeScreen

java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.TicTacToeScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class TicTacToeScreen extends Screen
  • Field Details

    • LOG_AI_ACTIONS

      public static boolean LOG_AI_ACTIONS
  • Constructor Details

    • TicTacToeScreen

      public TicTacToeScreen()
  • Method Details

    • draw

      public void draw(float delta)
      Specified by:
      draw in class Screen
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.Screen
      Called when this screen should release all resources.
      Specified by:
      dispose in interface com.badlogic.gdx.Screen
      Overrides:
      dispose in class Screen