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.
Last update was made 9 months ago: LogoTurtle v0.0.14: Add Status Bar, Add Repcount and Bug Fixes
This is probably the first version of LOGO that supports GOTO keyword.
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.15
-
1
2
3
4
5
6
7
8
9
10
11rt 10
goto @start
repeat [5 fd 100 rt 144]
@start
make "i 0
@hello
fd 100
rt 90
make "i :i+1
if :i<4 [goto @hello]
fd 100 Move Project on Travis-CI so you should see a green build: https://travis-ci.com/DoctorLai/LogoTurtle
image.png
Support me and my work as a witness by
Some of my contributions: SteemIt Tools, Bots, APIs and Tutorial
This page is synchronized from the post: ‘LogoTurtle v0.0.15: Add GOTO and Configure Project CI on Travis’