How do I integrate my game with Arkadium?

Not favoritedFavorited Favorited 0 favourites
  • 4 posts
From the Asset Store
HTML5 Game Bundle (7 Games) – Created with Construct 3
  • Hi

    I've recently started developing games with html5 platfroms as target, and one I'd like to support is Arkadium (https://www.arkadium.com/). In their FAQ they mention Construct, but I can't find any sdk, or info on how to integrate their sdk into Construct. Has anyone worked with that platform before and can give some insight?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi

    I've recently started developing games with html5 platfroms as target, and one I'd like to support is Arkadium (https://www.arkadium.com/). In their FAQ they mention Construct, but I can't find any sdk, or info on how to integrate their sdk into Construct. Has anyone worked with that platform before and can give some insight?

    If they have an SDK, there's a good chance it's as a plugin, and they might not have an SDK, looking into it, I can't find the mention of Construct 3 in their FAQ, or any SDK. I would contact their support about this, because I'm quite lost.

  • I have emailed the,, but not gotten a response. They do specifically mention Construct 3 here developers.arkadium.com/faq (under "What are the technical requirements?")

    But yeah, can't find any plugin or similar.

  • Hi

    I've recently started developing games with html5 platfroms as target, and one I'd like to support is Arkadium (https://www.arkadium.com/). In their FAQ they mention Construct, but I can't find any sdk, or info on how to integrate their sdk into Construct. Has anyone worked with that platform before and can give some insight?

    These guys need to learn how to write documentation.

    I think the method on this page will work for you.

    arkadiumsdk.z19.web.core.windows.net/docs/getting-started

    	<script src="https://developers.arkadium.com/cdn/sdk/v2/sdk.js"></script>
    <script>
     document.addEventListener('DOMContentLoaded', async () => {
     const sdk = await window.ArkadiumGameSDK.getInstance();
     // use sdk here
     sdk.lifecycle.onTestReady(); //called when game is ready to be shown
     });
    </script>
    

    It will connect the SDK and then you will use a javascript to interact with it.

    If you don't know how, you can ask the AI or check out the CrazyGames documentation, the principle is almost the same.

    docs.crazygames.com/sdk/construct3/old/construct3-v2

Jump to:
Active Users
There are 0 visitors browsing this topic (0 users and 0 guests)