LogoTurtle v0.0.14: Add Status Bar, Add Repcount and Bug Fixes

LogoTurtle is the first and currently only one Chrome Extension for Logo Programming. I personally use this tool to teach my sons the turtle graphics.

My sons Eric (5 year old) and Ryan (4 year old) they work together to build a green house and they enjoy it.

How to Install?

Chrome Webstore: https://chrome.google.com/webstore/detail/logo-turtle/dcoeaobaokbccdcnadncifmconllpihp

For Opera browsers, the workaround is to first install Chrome Extension Gadget.

And similarly for Firefox, you can install Chrome Store Foxified before you install LogoTurtle.

New Features v0.0.14

Commits: here and here

Status Bar added so that you can see the status of turtle (position, angle, pendown or penup) and the last error message.

Add ShortCode - cube and star

Add Variable repcount
So you can do something like this:

cs repeat 200 [fd :repcount rt 89]

Bug fixes for commands setxy, dotxy and etc where the command fails when the parameters are zero because in Javascript 0 == '' is true and we should use 0 === '' instead to check the validity of the parameters.


Support me and my work as a witness by

  1. voting me here, or
  2. voting me as a proxy

Some of my contributions: SteemIt Tools, Bots, APIs and Tutorial

H2
H3
H4
Upload from PC
Video gallery
3 columns
2 columns
1 column
6 Comments