
Simple Turtle LOGO
Gazzapper Games · com.gazzappergames.simpleturtle.logo.educational
UpdatedOct 29, 2024
PublishedNov 17, 2019
Packagecom.gazzappergames.simpleturtle.logo.educational
MD5f156d4db37180cb94f76d1207d82cc41
SHA1 (signer)78:7D:D0:BE:99:D9:9A:F5:1C:C8:E0:D8:41:75:34:45:56:0B:BA:45
Signed byCN=Gary Plowman, OU=Kelticweb, O=Kelticweb, L=Dublin, ST=Leinster, C=IE
Architecturesx86, x86-64, armeabi-v7a, arm64-v8a
Malware scanTRUSTED
Websitehttp://www.gazzapper.com
Contact[email protected]
Privacy policyView
What's new
Fix for Android 11 devices
Slight UI change
new code script formatting (updated)
Fixed bug with multiple nested repeat loops
Slight UI change
new code script formatting (updated)
Fixed bug with multiple nested repeat loops
Description
with the Simple Turtle STEM app, create simple programming code with
commands to control your Turtle and draw fun images and designs.
Learn the basic coding of LOGO and have fun.
is used to Toggle INSTANT DRAW mode ON / OFF
Learn & experiment to
.
Ideal for
education & learning.
Fast, Easy and Fun coding app for students
you want, then
them to your program! Hit
when done! Use REPEAT for more advanced designs.
1.
to appear in bottom, then hit
.
2. Your current program code is now displayed on the left.
3. Tap
to execute
If you make a mistake hit Clear Screen
or
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.
Step 1. Press code Commands on right side, press number values on left
e.g.
FD 50
LF 35
Nested loops - recursive to multiple levels
e.g. Nesting
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
- 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
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
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
commands to control your Turtle and draw fun images and designs.
Learn the basic coding of LOGO and have fun.
is used to Toggle INSTANT DRAW mode ON / OFF
Learn & experiment to
.
Ideal for
education & learning.
Fast, Easy and Fun coding app for students
you want, then
them to your program! Hit
when done! Use REPEAT for more advanced designs.
1.
to appear in bottom, then hit
.
2. Your current program code is now displayed on the left.
3. Tap
to execute
If you make a mistake hit Clear Screen
or
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.
Step 1. Press code Commands on right side, press number values on left
e.g.
FD 50
LF 35
Nested loops - recursive to multiple levels
e.g. Nesting
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
- 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
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
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
Required features
- Touchscreen android.hardware.touchscreen
Permissions (2)
Simple Turtle LOGO requests the following Android permissions:
- Internet android.permission.INTERNET
- Write External Storage android.permission.WRITE_EXTERNAL_STORAGE