Name | Modified | Size | Downloads / Week |
---|---|---|---|
Simple_logo_installer.exe | 2025-02-24 | 2.5 MB | |
SimpleTurtle.zip | 2025-02-24 | 2.3 MB | |
README.txt | 2025-02-21 | 857 Bytes | |
ReadMe.txt | 2021-02-06 | 2.4 kB | |
Totals: 4 Items | 4.8 MB | 29 |
SIMPLE TURTLE ============= Create simple programs with commands to control the Turtle and draw amazing images!! 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 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 or ] when closing loop. END or ] = Closes a REPEAT loop. (Loops can be nested) PEN x = Color of pen (0 - 7) RUN = Runs the current list of commands shown on screen CLEAR / CL = Clears the command list RESET = Clears commands and resets your Turtle SAVE filename = Saves a png of the working graphic to your documents folder QUIT = Exits the program