Verz - Vc3-2023

Author: Verz!!!
Category: Wild
System:   C64
Language: Logo
Len source code: 703 bytes
Len exe file:    703 bytes (interpreted)
Len code only:   //
Instructions:
       Use Vice
       Load the Logo language: (you could drop the .d64 file to Vice)
               load "logo",8<enter>
               run<enter>
       Load the source code:
               read "vc3-2023<enter>
       Launch it:
               astshape<enter>
Description:
       the code is made of some procedures, one of which draws an asterisk; the "astshape" procedure recalls the asterisk procedure drawing the shape of the challenge
Comments:
       I haven't analyzed the reason, but some lines get drawn upon others; the procedure "asterisk" - while formally correct - fails to draw an asterisk like the ones of the C64; it fails because some lines get superimposed.