Package | Description |
---|---|
s3games.engine | |
s3games.io |
Modifier and Type | Field and Description |
---|---|
GameLogger |
Game.logger
logger is used to write informative messages about game progress to file
|
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 |
---|
Config(GameLogger logger)
create a new empty config
|
GameSpecificationParser(Config config,
GameLogger logger)
construct an empty parser
|