Skip to content

Instantly share code, notes, and snippets.

@MikeShi42
Created August 13, 2018 17:39
Show Gist options
  • Save MikeShi42/a32d37b3fe1b4adcf873d5e89dd4b04a to your computer and use it in GitHub Desktop.
Save MikeShi42/a32d37b3fe1b4adcf873d5e89dd4b04a to your computer and use it in GitHub Desktop.
sendRemoteMove(grid, metadata) {
if (!this.remotePlayer) {
this.socket.emit('actuate', { grid: grid, metadata: metadata });
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment