1

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 game sites like Kongregate? Below is the link to their site with details only for Javascript implementation. How do I apply it in a BluePrint Project?

Kongregate Score API

Example of my VERY old game using Stencyl which has the scoring API implemented : Lost Dungeon

LJᛃ
  • 7,655
  • 2
  • 24
  • 35
Student
  • 432
  • 2
  • 10
  • 30

1 Answers1

0

Kongregate does not offer a special api for ue4/blueprints.

You can however setup a webservice using their javascript api and talk to that from your game.

t0b4cc0
  • 319
  • 4
  • 19