Skip to content

Instantly share code, notes, and snippets.

@brunopedroso
brunopedroso / robot.js
Created December 13, 2012 19:51 — forked from jaskolek/robot.js
jaskolek
var robots = new Array();
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.start = function( ev ){