Skip to content

Instantly share code, notes, and snippets.

View zoltax's full-sized avatar

Filip Kulig zoltax

  • Grid Smarter Cities
  • Newcastle upon Tyne, Great Britain.
View GitHub Profile
@zoltax
zoltax / robot.js
Created December 4, 2012 16:44 — forked from randompast/robot.js
QR-bot-008
//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;
for(var i=0; i<30; i++){
@zoltax
zoltax / robot.js
Created December 4, 2012 16:43 — forked from fabiopimentel/robot.js
[CAELUM TEAM]Megatron
//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.clone();