Skip to content

Instantly share code, notes, and snippets.

View wzin's full-sized avatar
💭
making internetz 📨

Wojciech Ziniewicz wzin

💭
making internetz 📨
View GitHub Profile
@wzin
wzin / robot.js
Created December 5, 2012 17:35 — forked from AndreMeira/robot.js
wzind
//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;