Playing online
Playing Your Game
After uploading the client build, you are able to play your game.
For that, visit https://hosting.elympics.ai/ with a path leading to your game and one of uploaded versions to run.
For example https://hosting.elympics.ai/awesome-game/build-0.2.1
When launching the game for the first time, you will be asked to provide its game id for it to work properly.
To play with horizontal aspect ratio, you need to add parameter ?aspectRatio=16:9
to the link.
For example https://hosting.elympics.ai/awesome-game/build-0.2.1?aspectRatio=16:9
And to enable Brotli compression, ?extension=br
.
For example https://hosting.elympics.ai/awesome-game/build-0.2.1?extension=br
If you want to use both custom parameters, use &
inbetween them.
For example https://hosting.elympics.ai/awesome-game/build-0.2.1?extension=br&aspectRatio=16:9
This is not a production environment but a test environment. Links for the builds hosted on PlayPad should not be published for your game. Use this environment solely for testing and development purposes.
Testing in Telegram
- Search for "Elympics bot" at Telegram and click START if it is your first time.
- Type
/debug <link to your hosted game>
, for example/debug https://hosting.elympics.ai/awesome-game/build-0.2.1?extension=br
. - The bot provides you with a button to launch the game in Telegram.
In order to test Telegram games properly, you need to link your Telegram and Elympics accounts (not the developer's but user's one).