Skip to content

Instantly share code, notes, and snippets.

@bjpeterdelacruz
Created October 20, 2013 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjpeterdelacruz/7064226 to your computer and use it in GitHub Desktop.
Save bjpeterdelacruz/7064226 to your computer and use it in GitHub Desktop.
// Move to the bottom edge.
ahead(centerY * 2);
// Face west.
turnRight(90.0);
// Move to the lower left corner.
ahead(centerX);
// Face north.
turnRight(90.0);
// Move to the upper left corner.
ahead(centerY * 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment