Turtle graphics
Size: 1
Summary:
As a programmer, I can draw turtle simple graphics with the interpreter.
Details:
Implement simple SVG-based turtle graphics and actions for the interpreter:
forward
turn-left (90 degrees)
turn-right (90 degrees)
Acceptance:
Sample programs for drawing shapes.
Dependencies:
None