Quick Start Guide
Last updated
Last updated
To keep it simple, we've created a guide and an example integration that you can check out.
Clone this repo and follow the README.md
to run an example game locally on your machine.
At this point you should see 4 buttons rendered in an iFrame. Open up the your browser's dev console and then click the buttons and notice the logs.
Take a look at the game.ts
file in the example game repo and get a feel for what is happening.
Integrate the needed methods into your game using the SDK, ensure your game is running locally, then update the src
param found in the url of step 2 to wherever your game is being locally served.
đž đ Congrats if you see your game rendered in the iFrame. You've successfully integrated your game.
Once you've successfully integrated your game into the demo app, you can create and API key, and register your game.
Make sure to update your production domain and let us know when you are ready to publish đ