Skip to content

Instantly share code, notes, and snippets.

View palerique's full-sized avatar
😝

Paulo Henrique Lerbach Rodrigues palerique

😝
View GitHub Profile
@palerique
palerique / robot.js
Created December 4, 2012 23:55 — forked from cgardner/robot.js
0P3C - Palerique
var Robot = function(robot){
robot.turnLeft(robot.angle % 90);
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
if (robot.parentId) {
robot.ahead(1);
robot.turnGunRight(1);
}
else {