LogoTurtle v0.0.15: Add GOTO and Configure Project CI on Travis

LogoTurtle v0.0.15: Add GOTO and Configure Project CI on Travis

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. Add GOTO: Merged PR
    image.png

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    rt 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
  2. 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

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

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’

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×