Skip to content

Instantly share code, notes, and snippets.

View icaromedeiros's full-sized avatar

Ícaro Medeiros icaromedeiros

View GitHub Profile
@icaromedeiros
icaromedeiros / robot.js
Created December 3, 2012 21:32
W00t #1 YEAH!!!! (Zolmesiter)
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) {
@icaromedeiros
icaromedeiros / robot.js
Created December 3, 2012 17:30
W00t #1 YEAH!!!! (Zolmesiter)
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) {