Skip to content

Instantly share code, notes, and snippets.

View mike-code's full-sized avatar
🦘
autistic

ringo mike-code

🦘
autistic
View GitHub Profile
@mike-code
mike-code / robot.js
Created December 4, 2012 19:29 — forked from fabiopimentel/robot.js
[CAELUM TEAM]Megatron
//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();