Skip to content

Instantly share code, notes, and snippets.

@ultek
ultek / robot.js
Created December 6, 2012 17:59
ocotuchodzi
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 ){