Comment on Replicube: A puzzle game about writing code to create shapesparentComments−kej1yAs an aside, Python includes a `turtle` module that mimics the drawing experience of Logo. It's a fun way to introduce kids to some programming ideas.https://docs.python.org/3/library/turtle.html−giancarlostoro1yI was going to mention the same thing. Turtle is fantastic.−junon1yI kind of recall seeing turtle in a number of places to refer to draw cursors. Kind of funny how much the term stuck, I think due entirely to Logo.
Comments
As an aside, Python includes a `turtle` module that mimics the drawing experience of Logo. It's a fun way to introduce kids to some programming ideas.
https://docs.python.org/3/library/turtle.html
I was going to mention the same thing. Turtle is fantastic.
I kind of recall seeing turtle in a number of places to refer to draw cursors. Kind of funny how much the term stuck, I think due entirely to Logo.