Skip to content

Instantly share code, notes, and snippets.

@kosmodrom
kosmodrom / robot.js
Created December 4, 2012 16:50
Fork ME
var Robot = function(robot){
robot.turnLeft(robot.angle % 90);
robot.turnGunRight(90);
robot.clone();
this.direction = 1;
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(1);
if (robot.parentId) {
@kosmodrom
kosmodrom / gist:4205641
Created December 4, 2012 16:11
Terminator
We couldn’t find that file to show.