Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 519 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 519 Bytes

Logo JS

A simple Logo interpreter written in JavaScript which draws the turtle's path using SVG.

The project only implements a tiny part of the language and tries to follow the conventions of Berkeley Logo.

Reference material

Build Status