Created
May 6, 2018 11:49
-
-
Save nairihar/152c06f2f2162ba3f01067893e4abae0 to your computer and use it in GitHub Desktop.
Online game SDK exmaple, medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1 | |
const player = new GameSDK.Player(options); | |
// 2 | |
const roomId = await player.createRoom(options); | |
// 3 | |
player.joinRoom(roomId); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment