Skip to content

Instantly share code, notes, and snippets.

@dpogorzelski
Created March 1, 2014 22:31
Show Gist options
  • Save dpogorzelski/9298504 to your computer and use it in GitHub Desktop.
Save dpogorzelski/9298504 to your computer and use it in GitHub Desktop.
var player, //our player
players = {}, //this will hold the list of players
sock, //this will be player's ws connection
label,
style = {
font: "12px Arial",
fill: "#ffffff"
}, //styling players labels a bit
ip = "192.168.1.13"; //ip of our Go server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment