PozyGame SDK

The PozyGame SDK connects your game to platform features like ads, user accounts, cloud saves, and in-game purchases. Integration is designed to be quick and straightforward.

Supported engines & frameworks

HTML5
Unity
Godot
Construct 3
GameMaker
Cocos
Phaser
Defold
PlayCanvas
BabylonJS

Quick setup (HTML5)

Add the SDK script to your game's HTML file before your main game script:

// 1. Add this to your HTML <head> <script src="https://pozygame.idea2codeinfotech.com/sdk/v1/pozygame-sdk.js"></script> // 2. Initialize in your game code const sdk = await PozyGameSDK.init({ gameId: "your-game-id", version: "1.0.0" }); // 3. Signal that your game is ready sdk.game.ready();
Use the PozyGame Preview Tool to test your SDK integration before submitting. You can simulate ad events, user logins, and purchase flows in the sandbox environment.

SDK modules