Turtle-shaped cursor? #238
benjaminpjones
started this conversation in
Ideas
Replies: 2 comments 10 replies
|
A turtle-shaped turtle would be okay, but why on earth would anyone want a circle turtle? The whole idea of the screen turtle is to let you see the turtle's direction! That's why the current triangle isn't equilateral; it's a direction pointer. Of course next they'll be asking for multiple sprites. :) |
3 replies
|
The code to draw the turtle resides in draw_turtle in graphics.c and TurtleCanvas::DrawTurtle in wxTurtleGraphics.cpp if you want to play with it :) |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The LOGO I was originally introduced to (Terrapin maybe?) used a turtle-shaped cursor.
The triangular cursor is classic, but I wonder if it might be possible to select the cursor in UCBLogo too.
One option would be to lift some polygons from Python turtle package, which provides “arrow”, “turtle”, “circle”, “square”, “triangle”, “classic” for the cursor. https://docs.python.org/3/library/turtle.html#turtle.shape
Some background: I am looking to share this program with younger kids. I think they will like it either way, but the turtle adds some whimsy :)
All reactions