Turtle Draw icon

Turtle Draw

Logo turtle art game clone. A great introduction to programming for kids.

Ali Muzaffar · com.alimuzaffar.turtledraw

0.0 10,000 10,000 v2.0.16 824.5 KB SDK 7+ PEGI-3 · Everyone

Turtle Draw screenshot 1 Turtle Draw screenshot 2 Turtle Draw screenshot 3 Turtle Draw screenshot 4 Turtle Draw screenshot 5 Turtle Draw screenshot 6
UpdatedJan 23, 2020
PublishedJun 2, 2018
Packagecom.alimuzaffar.turtledraw
MD56046aa95a2857ed5f17dd43491cbc7e0
SHA1 (signer)12:5B:A3:EA:2D:05:03:44:CA:3D:8B:00:AB:AA:44:C2:22:55:6D:D2
Signed byCN=Ali Muzaffar, L=Sydney, ST=NSW, C=AU
Malware scanTRUSTED
Websitehttps://www.facebook.com/AliMuzaffarApps
Contact[email protected]

What's new

* Fixed bug where the app would crash on tablets running Honeycomb.

* Fixed bug where application would crash as soon as it is launched.

Description

Like the logo turtle draw game.

*** NOTE Only English Supported. You can switch between the command line and graphical controls using the menu item "Switch Advance/Simple Mode". English is the only language supported. If you are interested in helping translate to other languages please contact me. ***

This is a great introduction to programming for children.

You can issue commands and see the results graphically.

You can also get introduced to the concept of looping.

There is an easy mode called "Command Wizard" that can be used to build commands if typing is not your thing.

You can draw shape with simple commands like

FORWARD 100 LEFT 90

You can even loop.

REPEAT [ FORWARD 100 LEFT 90 ]

Currently the only commands supported are

REPEAT ]

FORWARD

BACK

LEFT

RIGHT

PEN UP (allows you to move without drawing)

PEN DOWN (starts drawing again)

* Change line color

* Change background color

* Issue one command at a time or chain as many commands as you like.

Example:

- FORWARD 100 LEFT 90 FORWARD 60 RIGHT 30 BACK 10 LEFT 10 FORWARD 100

- REPEAT 10 [FORWARD 100 LEFT 30 FORWARD 100 RIGHT 60]

* Colors can be changed in the command line using COLOR [#RRGGBB|#AARRGGBB|red|blue|green|black|white|gray|cyan|magenta|yellow|lightgray|darkgray]

* Nested loops are now allowed.

* Color picker dialog to change foreground and background colors.

* Remember foreground and background colors.

PERMISSIONS

Network state checked required when trying to use the issue command by voice feature.

Required features

Permissions (1)

Turtle Draw requests the following Android permissions:

Tags

Related apps