Skip to content

Instantly share code, notes, and snippets.

We couldn’t find that file to show.
@JaZe
JaZe / robot.js
Created December 10, 2012 16:31
zog zog
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 ){