Game SDK

⭐ About Game SDK

The Cere Game SDK is a JavaScript library that makes it easy to integrate the power of Cere Network into your game. Thanks to our SDK you can store game data in Cere’s Decentralized Data Cloud, run games serverlessly in the game portal and customize UI components with just a few lines of code.

🛠️ Game SDK Tech Stack

Game developers can use the Cere Game SDK via NPM package. The provided methods enable developers to fetch/update player scores, display UI components, initialize the SDK, manage modals like preloader and leaderboard, connect wallets, and save scores.

UI Elements Library: The SDK provides a library of reusable UI components that maintain a uniform look and feel across all games on the platform. These include components like splash screens, wallet connect dialogues, and payment dialogues. The UI elements are designed to remain unaffected by the game's CSS styling using Web Components and Shadow DOM.

Embedded Cere SDKs: The Cere Game SDK utilizes all necessary SDK packages to simplify the game developer's tasks.

Game SDK Internals: The SDK contains internal logic for loading game properties files, handling analytics, tracking data, and communicating with other SDKs.

Public Interface: A concise and flexible API interface for game developers.

Game developers can use the Cere Game SDK via NPM package. The provided methods enable developers to fetch/update player scores, display UI components, initialize the SDK, manage modals like preloader and leaderboard, connect wallets, and save scores.

Feel free to check our github repos:

https://github.com/cere-io/cere-games-sdk

💫 Get started with Game SDK

📺 Gaming SDK Use Cases