Skip to content

Instantly share code, notes, and snippets.

View lenybernard's full-sized avatar
🇨🇵

Leny BERNARD lenybernard

🇨🇵
  • Nantes
View GitHub Profile
@lenybernard
lenybernard / robot.js
Created December 8, 2012 14:41
Aeden-unkeepable
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
robot.turn(0-robot.angle);
robot.ahead(robot.position.y);
};
var ori = 1;
var cannonRotation = 1;