Package name.moore.kevin.ze
Class main
java.lang.Object
name.moore.kevin.ze.main
The main entry point into the game. Responsibility is to parse any command
line arguments and config files, initialise logging and to start/stop the
singleton game. This is all rather generic regardless of the actual game
being started.
- Author:
- Kevin Moore
<dev@kevin.moore.name>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
configf
Mandatory configuration file defaulting to on the classpath -
scriptf
-
-
Constructor Details
-
main
public main()
-
-
Method Details
-
start
- Parameters:
args- command line arguments- Returns:
- 0 for success, 1 for general failure aka tldp
- See Also:
- tldp
-
main
Code entry point.- Parameters:
args- the command line arguments
-