RUN.game SDK
Quick Start
import RundotGameAPI from '@series-inc/rundot-game-sdk/api'// Save player progress
await RundotGameAPI.appStorage.setItem('level', '5')
// Show a rewarded ad
const result = await RundotGameAPI.ads.showRewardedAdAsync()
// Get server time
const time = await RundotGameAPI.time.requestTimeAsync()API Reference
Monetization
API
What it does
Messaging
API
What it does
Assets
API
What it does
Game Systems
API
What it does
Device & Environment
API
What it does
AI
API
What it does
Utility
API
What it does
Last updated