|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.golden.gamedev.Game
vooga.engine.core.Game
vooga.examples.networking.tictactoe.TicTacToe
public class TicTacToe
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 |
---|
public TicTacToe()
Method Detail |
---|
public void initResources()
initResources
in class Game
public void startWaitState()
public static void run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |