Skip to content

Instantly share code, notes, and snippets.

@LasoR
LasoR / robot.js
Created December 4, 2012 19:49 — 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) {
};