hi Glauber,
> would it be hard to display a small turtle sprite where
> the "turtle" is and pointing to the right direction?
good idea. i added (get-turtle-transform).
you can use it like this after your turtle-turn and turtle-move commands:
(with-primitive (build-locator)
(hint-origin)
(concat (get-turtle-transform)))
best,
gabot