Skip to content

Instantly share code, notes, and snippets.

@nairihar
Created May 6, 2018 11:49
Show Gist options
  • Save nairihar/152c06f2f2162ba3f01067893e4abae0 to your computer and use it in GitHub Desktop.
Save nairihar/152c06f2f2162ba3f01067893e4abae0 to your computer and use it in GitHub Desktop.
Online game SDK exmaple, medium
// 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