Skip to content

Instantly share code, notes, and snippets.

@blid
blid / keybase.md
Last active October 17, 2019 15:33

Keybase proof

I hereby claim:

  • I am blid on github.
  • I am blid (https://keybase.io/blid) on keybase.
  • I have a public key ASCYVeVescx8b946SxEgKG8pW5_L2x2JC1zw5wywmtfR1wo

To claim this, I am signing this object:

@blid
blid / robot.js
Created December 4, 2012 20:08 — forked from AndreMeira/robot.js
skaicoo
//FightCode can only understand your robot
//if its class is called Robot
var id;
var Robot = function(robot) {
id = this.id;
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;