Snowflake Author: kgjenkins Category: Christmas Challenge System: Apple II Language: 6502 Assembler Len source code: 2722 bytes Len exe file: 143360 bytes Len code only: 82 bytes Instructions: Go to https://apple2ts.com/ Drag and drop the snowflake.dsk file onto the S6D1 drive (below the screen image) Type "BRUN SNOWFLAKE" Description: The code uses a packed bitmap of the top half of the snowflake pattern. It displays an asterisk on the screen for each bit that is set, and also displays a mirror image for the bottom half. Comments: Thanks for hosting this code challenge!