PicoTurtle

PicoTurtle sample programs

The examples live in lua/samples. Run one from the repository root:

./build/picoturtle lua/samples/polygons.lua
SamplePurpose
turtle_basic.luaMinimal movement
polygons.luaRepeated regular polygons
spiral.luaIncremental movement and turning
tree.luaRecursive branching
sierpinski.luaRecursive geometry
fern.luaLarger recursive drawing and Latin text
text-demo.luaRotated Noto Sans text
save_restore.luaTurtle state stack
draw_mandrill.luaDrawing an image path
draw_mandrill_move.luaReusable images and animation