Skip to content

Instantly share code, notes, and snippets.

View flavioalves's full-sized avatar

Flavio Alves flavioalves

View GitHub Profile
@flavioalves
flavioalves / robot.js
Created December 6, 2012 02:52
Mega_z0rd.
//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.turn(90); // keep turning 90 degrees when idle
@flavioalves
flavioalves / robot.js
Created December 6, 2012 02:51
Mega_z0rd.
//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.turn(90); // keep turning 90 degrees when idle