Skip to content

Modules

Ad module

Guidelines for Advertisements

Please be sure to read our advertisement guidelines, since your game will be rejected without any feedback if it doesn't follow them.

The ad module contains functionality for displaying video ads and for detecting adblockers. It can be accessed like this:

CrazySDK.ad;

The ad module is similar to the one from the HTML5 SDK. You can find the docs for it here.

Game module

The game module contains various functionality related to the game. It can be accessed like this:

CrazySDK.game;

The game module is similar to the one from the HTML5 SDK. You can find the docs for it here.

Other modules

The banner and user modules will be available later.