/logo_js

A Logo interpreter in JavaScript

Primary LanguageJavaScript

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

Berkeley Logo User Manual ACSLogo Manual

Build Status