Skip to content

Instantly share code, notes, and snippets.

View fellipetenorio's full-sized avatar

Fellipe Tenório Férrer fellipetenorio

  • justa.com.vc
  • Recife, PE
View GitHub Profile
@fellipetenorio
fellipetenorio / robot.js
Created December 1, 2012 16:14
MyRoboto
//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.ahead(100);