Turtle Draw Apk
Apk Infos
Version | 2.0.16 |
Rating | 3.2/5, based on 346 votes |
Size | 824.5 KB |
Requires Android | Android 2.1+ (Eclair) |
Author's Notes | Logo turtle art game clone. A great introduction to programming for kids. |
About Turtle Draw APK
Table Of Contents
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.
Latest updates
What's new in version 2.0.16
* Fixed bug where the app would crash on tablets running Honeycomb.* Fixed bug where application would crash as soon as it is launched.
How to install Turtle Draw APK on Android phone or tablet?
Download Turtle Draw APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (com.alimuzaffar.turtledraw-v2.0.16-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
2.0.16 (16) | 824.5 KB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required