Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Last active December 18, 2015 17:29
Show Gist options
  • Select an option

  • Save ToeJamson/5818561 to your computer and use it in GitHub Desktop.

Select an option

Save ToeJamson/5818561 to your computer and use it in GitHub Desktop.
A PubNub-Powered Game for ImpactJS
ig.module(
'game.main'
)
.requires(
'impact.game',
...
'plugins.pubnub.game'
)
.defines(function(){
MyGame = ig.PubNubGame.extend({ ...
EntityPuck = ig.PubNubEntity.extend({ ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment