https://github.com/tmcw/turtle
turtle, on the internet
https://github.com/tmcw/turtle
Last synced: about 1 year ago
JSON representation
turtle, on the internet
- Host: GitHub
- URL: https://github.com/tmcw/turtle
- Owner: tmcw
- Created: 2013-09-01T02:28:04.000Z (almost 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-09-03T13:45:07.000Z (almost 13 years ago)
- Last Synced: 2025-04-11T19:05:06.054Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tmcw.github.io/turtle/v1/#6402113
- Size: 97.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
turtle
======
A Logo-inspired minimal programming environment that just supports turtle-style graphics.
Capable of loading from GitHub Gists - the gist must contain a file named `turtle.js` with the turtle content.
A CoffeeScript-language version is avaialble thanks to [Kai](https://twitter.com/syntagmatic)


### Examples
* http://macwright.org/turtle/v1/#6402090
* http://macwright.org/turtle/v1/#6402113
* http://macwright.org/turtle/v1/#6405446
* http://macwright.org/turtle/v1/#6405522
* CoffeeScript: http://macwright.org/turtle/v1/coffee.html#6424132