Skip to content

Instantly share code, notes, and snippets.

View jgaNet's full-sized avatar

Jérémy Gay jgaNet

View GitHub Profile
@jgaNet
jgaNet / robot.js
Created December 4, 2012 14:20 — 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) {
};