Lazy Rhombus Author: Gregor Schillinger / Miyagi1980 / RetroArts Category: Christmas Challenge System: C64 Language: BASICV2 Len source code: 112 bytes Len exe file: <# bytes> Len code only: <# bytes> Instructions: Install vice, drag and drop the prg file into it Description: The inner loop pokes the character 42 at start position 1225 and increments the distance "A" (READ from DATA) to the next position "P" of each symbol of one rhombus. The outer loop repeats this three times for each rhombus while correcting the position by -237 and another loop for the three rows by correcting position +222 to get the output at the right place. Comments: Aside of a short code, my goal was to avoid a more complex mathematical algorithm for the drawing. :-)