/gathertown

Primary LanguageTypeScript

Open in Gitpod

TW Gather map

Running

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