Rusty-Bike / fractals

A self-similar fractal gallery application using Scala native.
MIT License
7 stars 7 forks source link

Turtle graphics #19

Closed smithandrewl closed 6 years ago

smithandrewl commented 6 years ago

Implements a functional turtle graphics system which stores the journey of the turtle as a list of line segments.

Fixes #17