10111213141516
/** * @param args Game to run. */ public static void main(String[] args) { new Game(getGameObjectFactory(args[0])); }