Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sandoval on github.
  • I am sandoval (https://keybase.io/sandoval) on keybase.
  • I have a public key ASAObzGrpwtJNlApeJW1eJ-2-4xd5SpJdV4PyI3R1s1stQo

To claim this, I am signing this object:

@sandoval
sandoval / robot.js
Created December 10, 2012 11:39
bob
//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);
@sandoval
sandoval / robot.js
Created December 10, 2012 11:35
bob
//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);