Big & Centre

Click on the image to see the steps we need to take.



Click here to see our work so far..

function cpolygon(n=11) {
  home();
  var d=2100/n;
  pu(); bk(320); lt(90); bk(d/2);
  pd();
  polygon(n,d);
}
function test() {
  cpolygon();
}