Package | Description |
---|---|
s3games.engine | |
s3games.engine.expr | |
s3games.gui |
Constructor and Description |
---|
Game(Config config,
GameLogger logger,
GameWindow window,
Switch gameRuns,
Robot robot)
constructs a new game, saves references to the objects passed in arguments
|
GameState(GameSpecification specs,
Robot robot)
use this constructor to create a state corresponding to the start of game situation
|
Modifier and Type | Field and Description |
---|---|
Robot |
Context.robot
reference to robot - to be able to perform internal MOVE command when required by an expression
|
Constructor and Description |
---|
Context(GameState state,
GameSpecification specs,
Robot robot)
construct a new empty context
|
Constructor and Description |
---|
RobotControlWindow(Robot robotReference)
construct and show the simple direct robot control window
|
RobotWindow(Robot robot)
construct the robot control panel window
|