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:
I hereby claim:
To claim this, I am signing this object:
| //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; |