Skip to content

Instantly share code, notes, and snippets.

@Szpadel
Szpadel / robot.js
Created December 10, 2012 05:19
Zolmeister
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 ){