5.0 Web Game Launching (v2)

The Gala Games platform supports integration with web games via an iframe embed. A game developer on the Gala Games platform only needs to provide a desired “launch URL” and then be prepared to consume the authentication token from the URI fragment. When the “Play” button for the game is clicked, the user’s browser window goes full screen and then a full screen iframe element is generated pointing to the “launch URL”.

Example Launch URL

https://agreatgame.com#eyJhbGci...ga2k

Example iframe element

<iframe src="https://agreatgame.com#eyJhbGciOiJ....k"></iframe>