https://github.com/okkindel/logoturtle
Logo interpreter written in Javascript. It uses canvas. Commands: move, rotate, goto, color, width, on, off, clear, reset. Example avalible.
https://github.com/okkindel/logoturtle
canvas javascript logo logo-interpreter turtle-graphics
Last synced: about 1 year ago
JSON representation
Logo interpreter written in Javascript. It uses canvas. Commands: move, rotate, goto, color, width, on, off, clear, reset. Example avalible.
- Host: GitHub
- URL: https://github.com/okkindel/logoturtle
- Owner: okkindel
- Archived: true
- Created: 2018-03-16T13:40:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T19:54:08.000Z (over 8 years ago)
- Last Synced: 2025-03-15T06:35:51.642Z (over 1 year ago)
- Topics: canvas, javascript, logo, logo-interpreter, turtle-graphics
- Language: JavaScript
- Homepage: https://okkindel.github.io/turtle/
- Size: 59.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LogoTurtle
Logo is an educational programming language, designed in 1967 by Wally Feurzeig, Seymour Papert and Cynthia Solomon. "Logo" is not an acronym. It was derived from the Greek logos meaning word or "thought" by Feurzeig, to distinguish itself from other programming languages that were primarily numbers, not graphics or logic, oriented.
This is Logo interpreter written in Javascript. It uses canvas.
Commands:
move, rotate, goto, color, width, on, off, clear, reset
Fractals: plant *deep *lenght *angle snowflake *deep *lenght
You can write new in procedures.js file.
## Appearance

## Live example
https://okkindel.github.io/turtle/