Skip to content

Instantly share code, notes, and snippets.

10 PRINT "Start"
20 VDU 23,0,&D0,
30 A$="issquare(2)"
40 L%=LEN(A$)
49 VDU L%;
50 FOR I%=1 TO L%
51 B$=MID$(A$,I%,1)
60 VDU ASC(B$),
70 NEXT
80 VDU 23,0,&D1
@astralaster
astralaster / Agon-Light-Mode-0-2-Colors.gpl
Created June 19, 2023 21:42
Agon Light Gimp Palettes
GIMP Palette
Name: Agon Light Mode 0, 2 colors
Columns: 0
#
0 0 0 Color 0
255 255 255 Color 1
@astralaster
astralaster / Agon-Light.gpl
Created June 19, 2023 21:20
Agon Light Mode 2 gimp palette
GIMP Palette
Name: Agon Light
Columns: 0
#
0 0 0 Color0
170 0 0 Color1
0 170 0 Color2
170 170 0 Color3
0 0 170 Color4
170 0 170 Color5