In order to view and play with the Hack Pack coding console (IDE), please visit this page on a Mac, PC, or Chromebook.
Mobile and Tablets are currently not supported (sorry!).
label-maker

LABEL MAKER

BONUS CONTENT UNLOCKED

Learn a NEW FUNCTION!

void customLabel(){
  // Draw your custom design here
  moveTo(100, 100);
  drawLine(200, 100);
  drawLine(200, 200);
}

Learn how to create custom labels and explore the inner workings of your label maker!