Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewish/logo_js

A Logo interpreter in JavaScript
https://github.com/drewish/logo_js

Last synced: 3 months ago
JSON representation

A Logo interpreter in JavaScript

Awesome Lists containing this project

README

        

# 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](https://people.eecs.berkeley.edu/~bh/docs/html/usermanual.html)
- [ACSLogo Manual](http://www.alancsmith.co.uk/logo/LogoUserGuide151.pdf)

[![Build Status](https://travis-ci.org/drewish/logo_js.png?branch=gh-pages)](https://travis-ci.org/drewish/logo_js)