Skip to content

Instantly share code, notes, and snippets.

@neuro-sys
Last active March 2, 2019 23:27
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 neuro-sys/77d018892d3b3dced0bce6e8d3b4dc33 to your computer and use it in GitHub Desktop.
Save neuro-sys/77d018892d3b3dced0bce6e8d3b4dc33 to your computer and use it in GitHub Desktop.
spiderweb basic
10 mode 1
15 midx=320:midy=200:s=10
20 for x=0 to midy step s
30 move midx+x, midy
40 draw midx, midy+(midy-x)
50 draw midx-x, midy
60 draw midx, midy-(midy-x)
70 draw midx+x, midy
80 next
@neuro-sys
Copy link
Author

spider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment