Developing for Kongregate under Java

Subscribe to Developing for Kongregate under Java 3 posts

avatar for Ariusz Ariusz 8 posts
Flag Post

Hello, I read that Kongregate does indeed support applications written in Java, yet despite eager searching I’m still not quite able to find the actual API.

Thus the question – Is there some sort of library I should link and use? What is it where to find it, and is there a documentation?

Does displaying graphical content need to be done via specific library? I would rather not use Unity if I can afford not to. More specifically can I just use Java Swing and be done with it?

 
avatar for UnknownGuardian UnknownGuardian 8214 posts
Flag Post

You’ll need to use the Javascript API. No particular library needs to be used for anything. As long as it runs in the browser you should be fine.

 
avatar for Ariusz Ariusz 8 posts
Flag Post

So I simply make everything into a JavaApplet? Great! And here I actually expected a mountain of trouble…