Home  /  Education Apps  / Simple Turtle LOGO on Windows Pc

Simple Turtle LOGO on Windows Pc

Developed By: Gazzapper Games

License: Free

Rating: 3,2/5 - 659 votes

Last Updated: April 17, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 2.11
Size 8.7 MB
Release Date June 26, 24
Category Education Apps

App Permissions:
Allows an application to write to external storage. [see more (3)]

What's New:
Improved UI changes and Android 13+ support [see more]

Description from Developer:
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 ba... [read more]

App preview ([see all 18 screenshots]  /  [view video])

App preview

About this app

On this page you can download Simple Turtle LOGO and install on Windows PC. Simple Turtle LOGO is free Education app, developed by Gazzapper Games. Latest version of Simple Turtle LOGO is 2.11, was released on 2024-06-26 (updated on 2024-04-17). Estimated number of the downloads is more than 100,000. Overall rating of Simple Turtle LOGO is 3,2. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 659 users, 219 users had rated it 5*, 219 users had rated it 1*.

How to install Simple Turtle LOGO on Windows?

Instruction on how to install Simple Turtle LOGO on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Simple Turtle LOGO on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Simple Turtle LOGO using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Simple Turtle LOGO" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Simple Turtle LOGO on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Simple Turtle LOGO" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

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
Improved UI changes and Android 13+ support
Allows an application to write to external storage.
Allows applications to open network sockets.
Allows an application to read from external storage.