Skip to content

Instantly share code, notes, and snippets.

View kWeb24's full-sized avatar

Kamil kWeb24

View GitHub Profile
@kWeb24
kWeb24 / robot.js
Created December 12, 2012 17:54
pax
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
/* Nie dodam juz mu ani jednej linijki
zobaczymy jak wysoko zajdzie ;p */
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
if (robot.availableClones > 0) {