Anscii version of little tree:
This one is for @Pete
Code: (Select All)
_Title "little xmas tree ascii 2" ' b+ 2025-12-26 challenge
Color 14
_PrintString (35, 1), " *"
_PrintString (35, 2), " *"
_PrintString (35, 3), "* * * * * *"
_PrintString (35, 4), " * * *"
_PrintString (35, 5), " * * *"
_PrintString (35, 6), " * *"
Color 2
For I = 7 To 25 Step .05
_PrintString (40 + (I - 6) * Cos(I - 6), I), "#"
Next
SleepThis one is for @Pete
Code: (Select All)
_Title "little xmas tree ascii 2" ' b+ 2025-12-26 challenge
Color 14
_PrintString (35, 1), " *"
_PrintString (35, 2), " *"
_PrintString (35, 3), "* * * * * *"
_PrintString (35, 4), " * * *"
_PrintString (35, 5), " * * *"
_PrintString (35, 6), " * *"
Color 2
For I = 7 To 25 Step .05
_PrintString (40 + (I - 6) * Cos(I - 6), I), "#"
Next
Sleep
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever


