- Grab a Gather API key
- Open this repo in Gitpod.io (link at top of this README)
- Edit src/index.ts and replace the API key with one that works
- Goto "Run and debug" and launch "Run server (debug)" (or press F5)
- Enter commands in the Debug console - e.g.
game.players
- Edit src/index.ts and use autocompletion and context tips to see what properties / methods are available on
game
- View src/events.proto for all the gory details
- View src/example-code.ts for some interesting snippets