Skip to content

Instantly share code, notes, and snippets.

@blid
blid / robot.js
Created December 4, 2012 20:08 — forked from AndreMeira/robot.js
skaicoo
//FightCode can only understand your robot
//if its class is called Robot
var id;
var Robot = function(robot) {
id = this.id;
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;