Only Plots

By Ultra Shards

I wrote two sentences using only the command PLOT.





Use this short program to do what I did:

PRINT “HELLO, LOWRES CODERS!”
PRINT “CODED BY ULTRA SHARDS”

FOR X=0 TO 127
FOR Y=0 TO 127
IF POINT(X,Y)=1 THEN WRITE X,Y
NEXT Y
NEXT X

Play the program. Then, replace the short program with the transfer. Click on the search symbol and replace every DATA with PLOT.

Get LowRes Coder to use this program.

Play homegrown retro games and program your own!