80 byte Snowflake in C64 Basic
Author: Serato / Finnish Gold
Category: Christmas Challenge
System: C64
Language: C64 Basic V2
Len source code: 119
Len exe file: 81
Len code only: 79
Instructions:
Load FLAKE.PRG into emulator or real C64
Description:
The snowflake is printed by iterating X and Y from -9 to 9 and calculating * or
space for each location. The main spines are defined implicitly by x*y=0 and the
rest of the snowflake is compressed into a bitmap stored as 8 bytes after a REM
statement.