Skip to content

Instantly share code, notes, and snippets.

@Muirrum
Created January 9, 2015 14:02
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 Muirrum/0ea9304a41de2e9d94ed to your computer and use it in GitHub Desktop.
Save Muirrum/0ea9304a41de2e9d94ed to your computer and use it in GitHub Desktop.
Draw A Snowflake
for (var count = 0; count < 3; count++) {
drawSnowflake('line');turnRight(90);
drawSnowflake('parallelogram');}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment