Skip to content

Instantly share code, notes, and snippets.

View skeetmtp's full-sized avatar

Alban Lecocq skeetmtp

View GitHub Profile
@skeetmtp
skeetmtp / robot.js
Created December 1, 2012 19:17 — forked from cezarsa/robot.js
oki
//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.ahead(100);