12-31-2025, 01:09 AM
Quote:I asked AI to improve Windows 11
I asked AI to improve Windows 11 for Pete, this is what I got:
Code: (Select All)
Screen _NewImage(600, 600, 32)
_Title "Windows 11 Pete Edition"
' Official Windows 11 Blue Shades
Dim p1 As Long: p1 = _RGB32(0, 120, 215) ' Top Left
Dim p2 As Long: p2 = _RGB32(0, 103, 192) ' Top Right
Dim p3 As Long: p3 = _RGB32(0, 90, 158) ' Bottom Left
Dim p4 As Long: p4 = _RGB32(0, 75, 140) ' Bottom Right
' --- Draw the 4 Blue Panes ---
Line (150, 150)-(245, 245), p1, BF ' Pane 1
Line (255, 150)-(350, 245), p2, BF ' Pane 2
Line (150, 255)-(245, 350), p3, BF ' Pane 3
Line (255, 255)-(350, 350), p4, BF ' Pane 4
' --- Insert "PETE" ---
Color _RGB32(255, 255, 255) ' White text
_PrintMode _KeepBackground
Locate 13, 25: Print "P"
Locate 13, 38: Print "E"
Locate 20, 25: Print "T"
Locate 20, 38: Print "E"
Locate 26, 23: Print "Windows 11 Pete"
End
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

