Challenge mode
Creative mode
Animation mode
Help
Help for function at cursor
Take the tour
Login
Register
Save
Save and share your code
Share
New program
Undo
Redo
Format Code
1
2
3
4
5
6
7
8
9
10
11
12
13
pen color:pink pattern:stars
let
star
=
(
size threshold.
if
(
size
>
threshold
)
then
(
repeat
5
(
fw size
star
(
size
*
0.3
)
threshold
right
144
)
)
)
star
300
10
OK
Hide the turtle
Save as an image
Position of turtle at current expression
(0, 0)
Direction of turtle at current expression
0
Previous turtle at current expression
/ 2
Next turtle at current expression
Number of instructions
1086
Number of tokens
28
Zoom in
Zoom out
Locate turtle
Reset to the center
Welcome to Shelly!
Learn programming by drawing - or just draw if you already know how to code!
Take the tour