📄️ Installation
NPM
📄️ Quickstart
This code snippet very briefly illustrates the 3 core concepts of Kalamba SDK:
📄️ Game Client Configuration
The following parameters MUST be used to change how the Game Client UI is presented to players.
📄️ Gameplay
Initialize
📄️ Localization
Kalamba SDK provides some localization tools to facilitate development. i18n module is available on KalambaSdk instance after open game.
📄️ Reacting to Events
The Game Client MUST react to the following events coming from Kalamba SDK:
📄️ Sending Events
The Game Client MUST notify Kalamba SDK about in-game events by using the following methods:
📄️ Sequence diagram
This document describes behavior of the Game Client and Kalamba SDK swim lanes.