Skip to content

Instantly share code, notes, and snippets.

@ArpegiusWhooves
Created December 5, 2012 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArpegiusWhooves/4219825 to your computer and use it in GitHub Desktop.
Save ArpegiusWhooves/4219825 to your computer and use it in GitHub Desktop.
Arp
// Generated by CoffeeScript 1.3.3
var Robot;
Robot = (function() {
function Robot() {}
Robot.prototype.onIdle = function(_arg) {
var robot;
robot = _arg.robot;
robot.turn(10);
return robot.fire(1);
};
return Robot;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment