Kongregate API for Java
par Mac70
Kongregate API for Java
Tags pour Kongregate API for Java
Description
Tutoriel pour les développeurs qui souhaitent créer des jeux Kongregate en Java. Il couvre la publication et l’intégration avec Kongregate.
Comment jouer
Choisis simplement les pages dans la liste à droite. Tu as besoin de Java 7 et de JavaScript activé pour lancer ce tutoriel. Merci de laisser à l’applet 10-15 secondes pour charger (tu verras un écran gris). Le tutoriel a besoin de JavaScript pour fonctionner, donc désactive tout bloqueur de pub ou programme NoScript.
Commentaires
TheDudeFromCI
Apr. 10, 2013
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
Jan. 09, 2013
already downloaded java and it still doesn't work fix it for now 0/5
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
Apr. 30, 2013
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?
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.