API load
Tutorial: Loading the API
This tutorial will walk you through the steps to include and load the HTML5 API.
Include the API
Include the HTML5 API (game.js) in the of your HTML game file. Typically the index.html.
After loading the game.js file, ensure you initialise with your App ID setup. The “id” you see below is specific to your game, ensure to replace it with the App ID you receive from Spil Games. You can then fully initialise the API using the LoadAPI function as seen below.
After updating your HTML file, see if it works in the Google Chrome Console (more on using Chrome console log.)
Now that we have the HTML5 API integrated and loaded we can start implementing the different features!
Next steps:
- Site lock the game (only if you have such an agreement with Spil Games)
- Adding the branding Logo
- Implementing more games
- Implementing game-ads
- Implementing high-scores