Simple Turtle LOGO

3.2
729 reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Learn to Code with the Simple Turtle STEM coding app, create simple programming code with Turtle LOGO commands to control your Turtle and draw fun images and designs.

Learn the basic coding of LOGO and have fun.

DRAWMODE is used to Toggle INSTANT DRAW mode ON / OFF

* New Keyboard feature added - Tap the cursor line to activate it *

Learn & experiment to create amazing Turtle Graphics.
Ideal for STEM education & learning.

Fast, Easy and Fun coding app for students TAP the commands you want, then ADD COMMANDS them to your program! Hit RUN button when done! Use REPEAT for more advanced designs.

Tips:
1. Tap commands (or use keyboard)to appear in bottom, then hit "Add Commands".
2. Your current program code is now displayed on the left.
3. Tap "Run" to execute


If you make a mistake hit Clear Screen (CS) or RESET to start again.

Key Features:
- Simple Loops and Nested Loops.
- Create great patterns and designs using code and mathematics.
- Simple Tap GUI system for all commands.

Educational STEM programming app for teaching coding to beginners, using the Point and Click commands. Useful for your Logo exams or STEM learning events. Ideal for early computing students and stem education projects. Helps improve math skills too.

Follows close to the Logo standard

Step 1. Press code Commands on right side, press number values on left
e.g.
FD 50
LF 35

NEW! Nested loops - recursive to multiple levels
e.g. Nesting

REPEAT 5
....another repeat...etc
END



Step 2. Then Hit '< ADD COMMANDS' to add the current bottom line of code to your program listing shown on the left of the screen.

(repeat 1 & 2 to add more lines to your program)

Step 3. Hit 'Click to Run' to draw using your code

Remember to hit 'Click to RUN' when you want to execute your commands

New since version 1.14 - Added DRAW MODE to toggle moving Turtle instantly after each single line of commands. Some users seem to expect this, so I have added it as an option.

Hit DRAWMODE and then the "< ADD COMMANDS" to activate - do same again to deactivate.

Turtle app for use with larger screens. Fun activity coding app for STEM and helping users to learn to code.

Tap on code commands on the right and then the number values on the left, then tap 'Add Commands' after a line of commands is ready. Then press DELETE to reset line etc.
NOTE: Pressing DELETE on an empty line deletes your program on the left.

Example of Computer Programming with Logo:

PEN 1
REPEAT 5
FD 10
LT 30
BK 5
LT 20
FD 20
END

Sample Shapes
============

Triangle
REPEAT 3 FD 50 RT 120 END

Hexagon
REPEAT 6 FD 50 RT 60 END


Programming / Code Commands:

FD x = Forward Turtle x pixels

BK x = Backward x pixels

RT x = Right Turn Turtle by x degrees

LT x = Left Turn Turtle by x degrees

PU = Pen Up (Do not draw while moving)

PD = Pen Down (Draw as normal)

REPEAT x = Creates a loop to run x times which runs any commands within the loop. Place END when closing loop.

END = Closes a REPEAT loop. (Loops can be nested)

PEN x = Color of pen (0 - 7)

ENTER COMMAND = Adds current line to Actions List

DRAWMODE = Toggles Turtle movement to be Instant OR to wait for Run command.

DELETE = Clears the command line first, then the Deletes program Action list one command at a time.

RESET = Clears commands and resets your Turtle

QUIT = Exits the program
Updated on
May 17, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

3.6
664 reviews
APurpleZ
May 18, 2022
The app is pretty easy to use! I downloaded it last minute to practice for my computer exam so it's pretty straightforward to use. At first I had trouble on running the code so it anyone doesn't know how, you have to press the 'add commands' button and then press run code. Very nice!
25 people found this review helpful
Did you find this helpful?
Gazzapper Games
May 31, 2022
Thank you so much - so glad it helped you :D
A Google user
April 14, 2020
Update! "Night mode" software was creating problems to imputs. Once paused, the Simple Turtle app works as intended. Was wondering, is there a possibility to export a finished piece as an immage? Cannot input commands.
35 people found this review helpful
Did you find this helpful?
Gazzapper Games
April 17, 2020
Hi There - please tell us the problem you're having gary@gazzapper.com - commands are entered using the buttons around the screen. We are working on a chromebook version. We have added a basic Image export - but we are working on a better method. Currently the image needs to be searched on your device.
Neha Goyel
December 31, 2021
Worst aap ever I have used. I downloaded this aap for my daughter because she wanted to practice MSW logo.I did not got the MSW logo aap so I downloaded this aap because as I checked the pics ,I thought it is just like the one which I wanted. I wanted to give 0 rating but it's not possible. But. It's the worst app ever. This is also very slow app .it catches the instructions very slow
49 people found this review helpful
Did you find this helpful?
Gazzapper Games
January 4, 2022
hi, sorry about that, the app should run instructions fast, you can add via buttons or direct with keyboard...have you tried on another phone model?

What's new

New: Brackets mode [ ], PE Penerase, Hide / Show Turtle, Longform command support if users wish to use longer command names
e.g. Forward = FD, Back = BK
- Android 13 improvements