Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mariocar on github.
  • I am mariocar (https://keybase.io/mariocar) on keybase.
  • I have a public key ASC-Qp4c5bLu_3s8pxtxrSqnCOh1LoLsRO1KNd40ucxdhQo

To claim this, I am signing this object:

@mariocar
mariocar / robot.js
Created November 30, 2012 12:12
Caligula
//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);