Fieses Turtle Author: fieserWolF / Abyss-Connection Category: Christmas Challenge System: TurtleCoder Language: Logo Len source code: 78 lines of code Len exe file: ? bytes Len code only: ? bytes Instructions: Point your browser to https://www.code-your-life.org/turtlecoder Give your project a name and press on the plus-sign. Click on "modus". Copy the code from a text editor to the turtle-coder-editor in your browser. Press the play button and enjoy. Description: function main() controls the drawing of all lines. function draw_line1 and function draw_line2 draws a line. function draw_star draws the star itself. The commandset of TurtleCoder is very basic and limited, e.g. there are no arrays or lists. No pain, no gain! Comments: TurtleCoder is a modern interpretation of the LOGO programming language developed at MIT in 1967 and developed by Helliwood in 2017. It was developed for children aged 9 to 12. You can find more information on Turtle Coder here (in German): https://www.code-your-life.org/Praxis/Logo_Turtle/1349_Der_TurtleCoder.htm