a browser games hosting website featuring an API for high scores and achievement badges.
Questions tagged [kongregate]
15 questions
2
votes
1 answer
kongregate not defined error javascript
I have included the required files in the head as it says in the docs
And…
user5491906
2
votes
0 answers
Kongregate "Add to Favorites" button callback
Just checking to see if anyone uses kongregate. If so, I am having an issue.
There is no information on how to handle or response to “Add to Favorites” button.
Are there any callbacks or notifications that may help to do this?
Thanks.

Бодров Андрей
- 121
- 4
1
vote
1 answer
publishing Sails / Node.js to Kongregate
So, finally my MMORTS game built on Sails is going to Kongregate.
Had few obstacles, like connecting websockets, but solved now.
Probably the last obstacle is to keep authenticated session. I was using frameworks everywhere and i have no idea how…

mansim
- 727
- 7
- 21
1
vote
2 answers
Game assets not loading in Kongregate
I just created my first game, and am having some problems. I uploaded to Kongregate(but didn't publish yet), and in the preview the external files(music and three pictures) don't load. The rest of the game works fine.
If I try to change it so there…
user6107138
1
vote
1 answer
UE4 How to integrate score API to game sites?
I am able to create a very simple 2D game using the Blueprint Project with basic scoring system. Before I upload the game to Kongregate, I want to implement a scoreboard uploaded to and hosted by Kongregate itself.
How do I upload player scores on…

Student
- 432
- 2
- 10
- 30
1
vote
0 answers
Unity WebGL export having trouble on Kongregate: Soft.psd and UnitySplash.cube.png
I exported an html5 version of my mobile game and put it on flash/html5 websites, it usually works, though Kongregate has difficulties with my game. I use Unity 5.3.1p4, though I had the same issue with previous versions as well.
I run into the…

Christian Strang
- 8,470
- 5
- 42
- 53
1
vote
0 answers
Kongregate statistics API only works in preview mode
I've made a game with HTML5 and Javascript, and uploaded it to Kongregate. The game uses Kongregate statistics API to report the player's reached level and high score.
I have uploaded the game, and tested it in preview mode. Everything worked…

Marian Ivanov
- 168
- 1
- 6
0
votes
0 answers
Registering Micro Services on Kong and use of docker /k8s while deploying Kong artifacts
We are migrating from one landscape to the other landscape
Both are AWS
Its a kind of lift and shift. While doing so what configurations to register Micro Services to Kong or deploying Kong artifacts or integrating the Kong with logging and…

Curious Techie
- 1
- 1
0
votes
0 answers
Simple healthcheck endpoint in kong gateway
I have a docker container running with kong gateway.
I want to provide a rest interface/endpoint to check the health of the server and container. E.g. GET http://container.com/health/ which delivers
200 OK
'{"status":"UP"}';
What is the simplest and…

Milinda Kasun
- 75
- 10
0
votes
1 answer
How do I extract a RPG Maker MV HTML5 game out of Kongregate?
How do I extract a RPG Maker MV HTML5 game out of Kongregate, to help answer a question on Arquade?
I know how to extract a regular HTML5 game, but it doesn't get me the files I need if I try that with the RPG Maker MV HTML5 game in question,…

Malady
- 251
- 1
- 12
0
votes
1 answer
Getting a SyntaxError when loading API
I load kongregate_api script in the head of the html document like this
Then loading my main.js script that contains these lines
…

cezikmertcan
- 44
- 6
0
votes
1 answer
Kongregate API (Unity WebGL C#): What happens with the user data if the player is not using an account?
I am interested solely in what happens with the userinfo if a player is not signed into their Kongregate, I need to check for this as I will be saving game progress on a server and of course I don't want to be writing random save records into my…

AlexJBallz
- 77
- 6
0
votes
1 answer
Send money to player by username javascript
I am using kongregate to fetch a users username
var username = kongregate.services.getUsername()
Now using this username I would like a way for players to send money they have to other users but im not exactly sure how my entire game is written in…
user5491906
0
votes
0 answers
(AS3) How do I specify the path(s) to my assets?
My directory structure is basically this:
Project Name (folder)
documentClass.as
class1.as
class2.as
bin (folder)
main.swf (default Output Location for flashdevelop)
lib (folder)
…

Chowzen
- 321
- 3
- 12
0
votes
1 answer
AS3 Check if movieclips inside array are all the same color
I've created a simple puzzle game and have uploaded it to kongregate, now I want to upload highscores (the least amount of moves = better) to it using their API. To make sure no one can cheat the system (submitting the score before puzzle is…

Badfitz66
- 356
- 1
- 3
- 14