| Package | Description |
|---|---|
| s3games.engine | |
| s3games.io |
| Modifier and Type | Field and Description |
|---|---|
Config |
Game.config
config can contain some configuration options
|
| 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
|
GameSpecification(Config config,
GameLogger logger)
construct a new empty game specification
|
| Constructor and Description |
|---|
GameSpecificationParser(Config config,
GameLogger logger)
construct an empty parser
|