Simple Turtle LOGO Application icon

Simple Turtle LOGO 2.11

8.7 MB / 100K+ Downloads / Rating 3.2 - 771 reviews


See previous versions

Simple Turtle LOGO, developed and published by Gazzapper Games, has released its latest version, 2.11, on 2024-06-26. This app falls under the Education category on the Google Play Store and has achieved over 100000 installs. It currently holds an overall rating of 3.2, based on 771 reviews.

Simple Turtle LOGO APK available on this page is compatible with all Android devices that meet the required specifications (Android 7.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.gazzappergames.simpleturtle.logo.educational

Updated: 10 months ago

Developer Name: Gazzapper Games

Category: Education

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Simple Turtle LOGO on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.2
Total 771 reviews

Reviews

5 ★, on 2025-04-21
It's a mini k tirtle for whom, who has no laptop or computer, it is really good must download and try. It is best for mobile coding students 🙏

1 ★, on 2025-04-11
its not good

5 ★, on 2025-02-28
la a3rifo tarikat listi5dam

1 ★, on 2025-02-11
This is worst app ever it is very slow app I want to practice msw logo but it is fake

1 ★, on 2025-01-26
Very useless

1 ★, on 2025-01-16
very bad app very bad app

Previous Versions

Simple Turtle LOGO 2.11
2024-06-26 / 8.7 MB / Android 7.0+

Simple Turtle LOGO 2.05
2023-12-09 / 4.4 MB / Android 7.0+

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.

How to use: Perform drawing, repeat loops and 2D actions. No Procedures or Printing

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

New features

Auto-correcting some code
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

App Permissions

Allows an application to write to external storage.
Allows applications to open network sockets.
Allows an application to read from external storage.