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

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.

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/