google / clojure-turtle

A Clojure library that implements the Logo programming language in a Clojure context
Apache License 2.0
426 stars 41 forks source link

make turtle sprite centered over position #27

Closed echeran closed 7 years ago

echeran commented 8 years ago

Instead of having the turtle sprite drawn exactly from the current position (running forward 10 creates an "arrow"), it provides more clarity to have the current position visible from inside the boundaries of the sprite.