GeirS VCCC2023 C64 BASIC 88 Author: Geir Straume Category: Christmas Challenge System: C64 Language: BASIC Len source code: 102 chars (as LIST'ed on screen) Len exe file: 90 bytes Len code only: 88 bytes (excl. load address) Instructions: Install the VICE emulator, drag and drop the code.prg file into it. Description: The code displays the shape on the screen by drawing diagonal lines, reversing directions when edges are reached. For the entire shape to be drawn, some "random" direction changes are also done. It takes about four seconds to draw the shape. The code loops forever, drawing the shape over and over.