Skip to content

Instantly share code, notes, and snippets.

View HugoLnx's full-sized avatar

HugoLnx HugoLnx

View GitHub Profile
@HugoLnx
HugoLnx / dabblet.css
Created January 31, 2013 15:17 — forked from anonymous/dabblet.css
Untitled
body{
width: 940px;
font-family: Century Gothic;
margin: 0 auto;
}
header{
border-bottom: 2px solid;
}
@HugoLnx
HugoLnx / robot.js
Created December 8, 2012 02:24 — forked from fabiopimentel/robot.js
[CAELUM TEAM]Megatron
var Megatron = function() {
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.clone();
robot.ahead(100);
robot.rotateCannon(360);