Commit graph

1 commit

Author SHA1 Message Date
walterhiggins 15ce10f0e6 The road goes on and on. A tree lined avenue created with just 3 lines of code...
var road = new Drone().box(43,3,1,200).up();
for (i=1;i<20;i++) road.left(3).box(6).right(8).box(6).left(5).fwd(10);
2012-12-28 13:39:24 +00:00