Skip to content

Instantly share code, notes, and snippets.

View jbdelhommeau's full-sized avatar
🐙
Poulpe fiction

Jean-Baptiste Delhommeau jbdelhommeau

🐙
Poulpe fiction
View GitHub Profile
@jbdelhommeau
jbdelhommeau / robot.js
Created December 6, 2012 16:47
jeanbite
//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);