Skip to content

Instantly share code, notes, and snippets.

@roblogic
Created December 17, 2020 02:43
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 roblogic/04ff4b509eb9d5d615910d9a4468e607 to your computer and use it in GitHub Desktop.
Save roblogic/04ff4b509eb9d5d615910d9a4468e607 to your computer and use it in GitHub Desktop.
Shorter version, slower and the drawing is a bit worse, but saves bytes :P
0data51,29,73,51,73,73,51,73,29,73
1hgr:hcolor=3:fori=0to123:hplot0,i to123,i:next
2hcolor=0:fori=18to84step22:hplot18,i to84,i:hploti,18toi,84:next
3fori=1to5:reada,b:a=a+.5:b=b+.5:gosub8:next:end
8forr=1to9:hplota,b:forn=0to6.3step.1:y=sin(n)*r:x=cos(n)*r:hplottoa+x,b+y
9next:next:return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment