Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
16
Task/Polyspiral/Quackery/polyspiral.quackery
Normal file
16
Task/Polyspiral/Quackery/polyspiral.quackery
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[ $ "turtleduck.qky" loadfile ] now!
|
||||
|
||||
[ 1000 * time +
|
||||
[ dup time < until ]
|
||||
drop ] is ms ( n --> )
|
||||
|
||||
[ turtle 0 frames
|
||||
3601 times
|
||||
[ clear
|
||||
i^ 3600
|
||||
1000 times
|
||||
[ i^ 1+ 1 walk
|
||||
2dup turn ]
|
||||
2drop
|
||||
frame
|
||||
10 ms ] ] is polyspiral ( --> )
|
||||
Loading…
Add table
Add a link
Reference in a new issue