Created
December 17, 2020 02:43
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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