|
|
|
|
|
by SamBam
853 days ago
|
|
I played Robot Turtles [1] with my kids, a boardgame with a similar idea: The kid can lay out cards that define what the turtle should do, and the adult moves the turtle exactly as instructed. Slightly different because, like in the original Logo, you can say "turn left" or "turn right," and it can be hard for the kids to remember that left and right are from the perspective of the turtle, whichever way they are currently facing. By about age 7 or 8 it stopped being fun, because the kids could pretty much lay out an entire one-shot sequence of cards that solved the maze. (We never really got into trying to code "functions," it never quite seemed to be intuitive in the context of the game.) 1. http://www.robotturtles.com/ |
|