turtleart

a LOGO-like tool for teaching programming

Install

All systems
curl cmd.cat/turtleart.sh
Debian Debian
apt-get install turtleart
Ubuntu
apt-get install turtleart
Windows (WSL2)
sudo apt-get update sudo apt-get install turtleart
Raspbian
apt-get install turtleart

turtleart

a LOGO-like tool for teaching programming

Turtle Art is an activity with a Logo-inspired graphical "turtle" that draws colorful art based on snap-together visual programming elements. Turtle Art is intended to be a stepping stone to the Logo programming language, but there are many restrictions compared to Logo. However, you can export your Turtle Art creations to Berkeley Logo. Turtle Art was initially written in Java, and reimplemented in Python. A modified Python version with additional features, Turtle Blocks, is under active development and is included in this package. This package contains the files needed to use it as a standalone application.