Skip to content

Instantly share code, notes, and snippets.

@bjpeterdelacruz
Last active December 26, 2015 00:29
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/7064195 to your computer and use it in GitHub Desktop.
Save bjpeterdelacruz/7064195 to your computer and use it in GitHub Desktop.
ahead(centerY * 2); // Move to the bottom edge.
turnRight(90.0); // Face west.
ahead(centerX); // Move to the lower left corner.
turnRight(90.0); // Face north.
ahead(centerY * 2); // Move to the upper left corner.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment