I developed a game using construct2 and this game should be integrated with an app for iphone/android/windows phone that is made in java. Currently, the app is just accessing the URL where my game is hosted, but sometimes it takes too long to just load the game.
Is there any way to integrate a java app with a construct2 project?
Are the eventsheets and caproj file pure XML that can be integrated with a java program or are they not xml?
Is there any way to export the entire html5 code from the project?
Is there any hope on creating a .jar file from a construct2 project?