Skip to content

Instantly share code, notes, and snippets.

View oidnus's full-sized avatar

Damian Ślimak oidnus

View GitHub Profile
[skin]
description=Ajnasz Blue Theme. Midnight Commander skin from Ajnasz.
[Lines]
horiz=─
vert=│
lefttop=┌
righttop=┐
leftbottom=└
rightbottom=┘
@oidnus
oidnus / robot.js
Created December 4, 2012 14:22 — forked from vatzec/robot.js
Genek
//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.rotateCannon(360);
@oidnus
oidnus / robot.js
Created December 4, 2012 08:12 — forked from dlomibao/robot.js
Shaking cannon
//FightCode can only understand your robot
//if its class is called Robot
var go=120;
var Robot = function(robot) {
};