Skip to content

Instantly share code, notes, and snippets.

@bartek
Created May 4, 2013 16:16
Show Gist options
  • Select an option

  • Save bartek/5517963 to your computer and use it in GitHub Desktop.

Select an option

Save bartek/5517963 to your computer and use it in GitHub Desktop.
var gamejs = require('gamejs');
var handleEvent = function(data) {
gamejs.log("Ugh", data);
};
gamejs.ready(function() {
gamejs.onEvent(handleEvent);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment