Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drewish/logo_js
- Owner: drewish
- Created: 2011-01-11T23:16:56.000Z (about 14 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-03-12T03:03:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T04:30:46.563Z (4 months ago)
- Language: JavaScript
- Homepage: https://drewish.github.io/logo_js/
- Size: 45.9 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)