WavedashDocs

SDK overview

Everything the Wavedash SDK gives your game — accounts, multiplayer, leaderboards, and more.

The Wavedash SDK lets you add platform features to your game with just a few lines of code. It's available automatically when your game runs on Wavedash — there's nothing to install.

SDK features

How it works

Your game runs in the browser. When a player opens it on Wavedash, the SDK is automatically injected before your code runs — you just call its methods. During local development, wavedash dev gives you a sandbox version so everything works the same way.

View the SDK on GitHub

Supported engines

The SDK works with any engine that runs in a browser. Godot and Unity have dedicated bindings, and everything else uses the JavaScript API directly.