Skip to content

Instantly share code, notes, and snippets.

View renatodossantosleal's full-sized avatar

Renato Leal renatodossantosleal

  • Grupo RD
  • São Paulo
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {};
var locked = false;
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;