Skip to content

Instantly share code, notes, and snippets.

View Ashot-KR's full-sized avatar

Poluektov Dmitriy Ashot-KR

View GitHub Profile
@Ashot-KR
Ashot-KR / robot.js
Created December 5, 2012 16:09
Roby
//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(500);