Skip to content

0.14.3

Compare
Choose a tag to compare
@arpruss arpruss released this 24 May 17:06
· 586 commits to master since this release
  • Turtle.gridalign() to align turtle position and heading to the grid; after calling gridalign(), just make sure all angles are multiples of 90 and are ints, not floats, and all distances are ints, not floats
  • bug fix for turtle line length
  • redid dragoncurve using grid-aligned turtle