com.threerings.micasa.simulator.client
Class SimulatorApp
java.lang.Object
com.threerings.micasa.simulator.client.SimulatorApp
public class SimulatorApp
- extends Object
The simulator application is a test harness to facilitate development and debugging of games.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_client
protected SimulatorClient _client
_frame
protected SimulatorFrame _frame
_serverThread
protected SimulatorApp.ServerThread _serverThread
DEFAULT_PLAYER_COUNT
protected static final int DEFAULT_PLAYER_COUNT
- The default number of players in the game.
- See Also:
- Constant Field Values
SimulatorApp
public SimulatorApp()
start
public void start(String[] args)
throws Exception
- Throws:
Exception
createSimulatorServer
protected SimulatorServer createSimulatorServer(com.google.inject.Injector injector)
createSimulatorFrame
protected SimulatorFrame createSimulatorFrame()
createSimulatorClient
protected SimulatorClient createSimulatorClient(SimulatorFrame frame)
throws Exception
- Throws:
Exception
createController
protected SimulatorController createController(SimulatorInfo siminfo)
run
public void run()
main
public static void main(String[] args)
checkArgs
protected static boolean checkArgs(String[] args)
getInt
protected int getInt(String value,
int defval)