Skip to content

Instantly share code, notes, and snippets.

View floralvikings's full-sized avatar

Caleb Brinkman floralvikings

View GitHub Profile
@floralvikings
floralvikings / robot.js
Created December 11, 2012 18:38
LooperBot 1.1
var forward = true;
var rotateClockwise = true;
var turnClockwise = true;
var correctCannonForTurning = true;
var attackClone = false;
var startedScanClockwise = true;
var spotted = false;
var moveSpeed = 3;
var rotateSpeed = 2;
var turnSpeed = 0;