Skip to content

Instantly share code, notes, and snippets.

View hery84's full-sized avatar
😴
Boring

Hery hery84

😴
Boring
View GitHub Profile
@hery84
hery84 / robot.js
Created December 6, 2012 18:46 — forked from ksipe/robot.js
Q
//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(8);