Kongregate API for Java

Kongregate API for Java

开发者 Mac70
报告Bug
举报游戏
Loading ad...

Kongregate API for Java

评分:
2.7
上架时间: January 09, 2013
最近更新: January 13, 2013
开发者: Mac70

Kongregate API for Java 的标签

简介

Tutorial for developers who want to write Kongregate games in Java. It covers both publishing and integration with Kongregate topics.

玩法说明

Just choose pages from list on the right.
You need Java 7 and JavaScript enabled to run this tutorial. Please give applet about 10-15 seconds to load (you will see only gray screen). Tutorial needs JavaScript to run, so you should turn off any AdBlockers and NoScript programs.

评论

0/1000
TheDudeFromCI avatar

TheDudeFromCI

Apr. 10, 2013

1
0

Cool! I will definitely use this. However, I am unable to copy the code. (Most likely because its a game rather then real text. Would it be possible to create a downloadable file with the code in it. I will credit you for sure if I use this API.

Billy01230123 avatar

Billy01230123

Jan. 09, 2013

2
2

already downloaded java and it still doesn't work fix it for now 0/5

Mac70
Mac70 开发者

Do you have any adBlocker or noScript program? Both of them will block Java (all noScipts and some adBlockers). If you don't have both of them, but just downloaded Java reboot will help. Also make sure that you don't have older versions of Java.

ahnialator6 avatar

ahnialator6

Apr. 30, 2013

0
0

im confused, i see the .class code, but i also see .html... does HTML actually work with Java? or am i only supposed to put in the .class?

Mac70
Mac70 开发者

You can make HTML working with Java using LWJGL - it allows you to use Java from JavaScript inside HTML files what is necessary to make the API work. Unfortunately I don't know if this is possible for Java2d games.