Skip to content

Instantly share code, notes, and snippets.

@Exor
Exor / robot.js
Created December 4, 2012 08:27
TheDude
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.clone();
@Exor
Exor / robot.js
Created December 4, 2012 12:43 — forked from fabiopimentel/robot.js
TheDude2
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.clone();