Algorithms, Blockchain and Cloud

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.

logo-green-house

How to Install LogoTurtle?

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.

LogoTurtle New Features v0.0.14

Commits: here

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

logo-status-bar

Add ShortCode – cube

logo-3d-cube

Add ShortCode – star

logo-star

Add Variable repcount
So you can do something like this:

cs repeat 200 [fd :repcount rt 89]

logo-repcount-squares

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

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

–EOF (The Ultimate Computing & Technology Blog) —

564 words
Last Post: SteemVBS - Yes, It is VBScript
Next Post: Steem Witness Node updated to 0.19.3!

The Permanent URL is: LogoTurtle v0.0.14: Add Status Bar, Add Repcount and Bug Fixes (AMP Version)

Exit mobile version