About Simple Turtle - Learn Logo Code for STEM
Create simple Logo code programs with commands to control the Turtle and draw fun images and designs with code!! Learn Basic Logo code and have fun.
Great for teaching kids some basic coding using Point and Click commands.
Best for use with Tablets. Fun activity app for STEM and helping kids to learn to code.
Tap code commands on the right and number values on the left, then hit enter after a line of commands is ready. Tap Clear to reset line etc.
Example of Programming with Logo:
PEN 1
REPEAT 5
FD 10
LT 30
BK 5
LT 20
FD 20
END
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)
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
CLEAR / CL = Clears the command line first, then the Action list.
RESET = Clears commands and resets your Turtle
QUIT = Exits the program
(Check out our fun Code Club book on Amz for more Coding Activities!)
@ZXSpectrum_Club
Download and install
Simple Turtle - Learn Logo Code for STEM version 1.04 on your
Android device!
Downloaded 100+ times, content rating: Everyone
Android package:
com.gazzappergames.simpleturtle.logo.educational, download Simple Turtle - Learn Logo Code for STEM.apk
by X####:
Nice app