Atari Xmas Star Author: Mopar Stephen Category: Christmas Challenge System: Atari 8-bit Language: Atari BASIC Len source code: 229 bytes Len exe file: 338 bytes Len code only: N/A Instructions: Boot the machine with BASIC, enter the file and type RUN. If using Altirra emulator, you can also copy/paste the profived source file in BASIC then type RUN. Description: The code uses BASIC's built in PLOT and DRAWTO line functions. It 1st clears the screen and disables the cursor. Then, two rectangles and a square are drawn. Line 5 loops forever so the READY prompt does not get displayed. Comments: I didn't optimize for speed or space. But I couldn't think of a faster way of getting this image than to simply draw a square and 2 rectangles.