Skip to content

Instantly share code, notes, and snippets.

@mailsondias
mailsondias / gist:4206685
Created December 4, 2012 17:38
M4N!4KØ2
We couldn’t find that file to show.
@mailsondias
mailsondias / robot.js
Created December 4, 2012 13:26
M4N!4KØ
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
var rx = robot.position.x;
var ry = robot.position.y;
var aH = robot.arenaHeight;
var aW = robot.arenaWidth;
robot.clone()
};