Skip to content

Instantly share code, notes, and snippets.

@ksipe
ksipe / gist:4207527
Created December 4, 2012 19:02 — forked from randompast/robot.js
QR-bot-009
We couldn’t find that file to show.
@ksipe
ksipe / robot.js
Created December 4, 2012 17:11 — forked from deSupermega/robot.js
DoDo
//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(50);
@ksipe
ksipe / robot.js
Created December 4, 2012 17:10 — forked from musashix90/robot.js
better robit
//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(90);