Skip to content

Implementation Example

Alessandro Latella edited this page Mar 1, 2019 · 1 revision

Construct 2 Game Template with GD-SDK

Download the Construct 2 Template Game:

📁 construct_2_game_with_sdk.capx

1. In case you don't have it yet, download and include the plugin

Download the plugin and extract the file to C:\Program Files\Construct 2\exporters\html5\plugins.

🔨 GD-Construct2-master 2.zip

2. Load the game

  1. Load the .capx file in Construct 2.
  2. In the menu bar, click 'Run layout'.
  3. Open the gdsdk console by typing gdsdk.openConsole() in your browser console.
  4. Press showBanner in the interface.

Clone this wiki locally