Simple LOGO Turtle - Draw Shapes with Code (STEM)
Simple LOGO Turtle - Draw Shapes with Code (STEM)
Rating (5)
Reviews: 3
Category: Education

Description

Learn to code with the Simple LOGO Turtle app, create simple coding programs with Turtle LOGO commands to control your Turtle and draw fun images and designs!! Learn Basic coding of LOGO and have fun and experiment!

  • Simple Loops and Nested Loops.
  • Create great patterns and designs using code.

Great educational STEM app for teaching coding to kids, using the Point and Click commands. Useful for your school Logo exams or school STEM events. Ideal for early computing students.

Follows close to the MIT Logo standard

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

NEW! Nested REPEAT loops - up to 3 levels.
e.g. Nesting
REPEAT 4
FD 90
RT 90
REPEAT 4
FD 40
RT 90
END
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 after each single line of commands. Some users seem to expect this so I have added it.
Hit DRAWMODE and then the “< ADD COMMANDS” to activate - do same again to deactivate.

Best turtle app for educational use with Tablets. Fun activity coding app for STEM and helping kids 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

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 if pressed again, deletes the Action list.

RESET = Clears commands and resets your Turtle

QUIT = Exits the program

(Check out our fun ZX Code Club book on Amz for more Coding Activities in BASIC!)
Twitter: @ZXSpectrum_Club

  • The most accessible coding language - LOGO is Fun!
  • Anyone can learn LOGO - learn by doing approach!
  • Follows close to the MIT LOGO Standard
  • LOGO came before and inspired Scratch coding
  • Learn simple coding concepts - e.g. loops
  • Uses logic and math to create great looking patterns
  • Use nested loops for more advanced patterns
Product ID: XP8K0DN6306S74
Release date: 0001-01-01
Last update: 0001-01-01