Simple Turtle - Logo turtle simulator
- May 4, 2017
- Gazzapper
SIMPLE TURTLE ============= Create simple LOGO programs with commands to control the Turtle and draw amazing images!! Use for STEM, Coderdojo or similar coding events. NEW - Nested REPEAT statements. NEW - Script highlighting INSTANT ON / OFF = Turns on / off immediate execution of commands FD x = Forward x pixels BK x = Backward x pixels RT x = Right by x degrees LT x = Left by x degrees …