Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am brunorene on github.
  • I am brunorene (https://keybase.io/brunorene) on keybase.
  • I have a public key whose fingerprint is 8F57 17A6 CE3B 8C86 3B74 8567 C4AA 374B 6D50 66A6

To claim this, I am signing this object:

@brunorene
brunorene / robot.js
Created December 5, 2012 13:40
AdBot
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(100);