Skip to content

Instantly share code, notes, and snippets.

@nickspear
nickspear / robot.js
Created December 3, 2012 19:19
Spear One
var Robot = function(robot) {
this.direct = true;
this.knownEnnemy = [];
this.area = 0;
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;