vooga.examples.networking.tictactoe
Class TicTacToe

java.lang.Object
  extended by com.golden.gamedev.Game
      extended by vooga.engine.core.Game
          extended by vooga.examples.networking.tictactoe.TicTacToe

public class TicTacToe
extends Game

The Vooga Game subclass for TicTacToe, a simple example game for the Networking API.


Field Summary
 
Fields inherited from class vooga.engine.core.Game
levelParser, myCurrentLevel, myPlayState, stateManager
 
Constructor Summary
TicTacToe()
           
 
Method Summary
 void initResources()
          Initializes the levels and the states.
static void run()
          Launch the TicTacToe game.
 void startWaitState()
          Switches to waitState when called by the network menu state.
 
Methods inherited from class vooga.engine.core.Game
addGameState, getCurrentLevel, getGameStateManager, getPlayGameState, getResourceXMLPath, initGameStates, initSoundPlayer, launch, render, setAsPlayGameState, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicTacToe

public TicTacToe()
Method Detail

initResources

public void initResources()
Initializes the levels and the states.

Overrides:
initResources in class Game

startWaitState

public void startWaitState()
Switches to waitState when called by the network menu state.


run

public static void run()
Launch the TicTacToe game.