Hi. Is it possible with c2 to use kongregate score api, so when player completes some levels he can actually get points on KG?
Isn't there any way !?
You could make a plugin with the Javascript SDK. If you don't know how Velojet made a great tutorial here:
Plugins - roll your own with the JavaScript SDK
roland
If you just want to send something like your game's score to leaderboards kongregate, you can do this with the Kongregate plugin included in C2. You just send it to kongregate after first you have setup it in your games settings at Kongregate's site. Avoid capital letters and send your information to them first time in the very beginnig of your game and also when the player actually have some score.
If this was what you wanted to do and if you need more help just let me know.
Develop games in your browser. Powerful, performant & highly capable.
nemo Actaully, I don't need to send score for the leaderboards, but to send points to player. For exampe - complete 5 levels and get 10 points: easy.
Thats what I need, but it seems, that there isn't actually build in api in c2 for kg.