Versions in this module Expand all Collapse all v0 v0.3.0 Oct 29, 2021 Changes in this version + func GenerateDragon(level int, instructions chan<- turtle.Instruction, forward float64) + func GenerateHilbert(level int, instructions chan<- turtle.Instruction, forward float64) + func GenerateSierpinskiArrowhead(level int, instructions chan<- turtle.Instruction, forward float64) + func GenerateSierpinskiTriangle(level int, instructions chan<- turtle.Instruction, forward float64) + func Instructions(level int, instructions chan<- turtle.Instruction, remaining string, ...) string