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.
and follow the README.md
to run an example game locally on your machine.
Navigate to
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.
đž đ Congrats if you see your game rendered in the iFrame. You've successfully integrated your game.
Take a look at the game.ts
file in the and get a feel for what is happening.
Integrate the needed methods into your game using the , 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.
While in this test environment, use f8c22e6c-1086-4529-8800-2c72f98b9915
as your gameId
when creating a new instance of the GameService
. In production you will use the gameId that is generated when you .
Once you've successfully integrated your game into the demo app, you can create and , and .
Make sure to and let us know when you are đ