Commander X16 10 PRINT

1 month ago
14

The Commander X16 running the famous Commodore 60, 10 PRINT BASIC program that creates a random maze on the computer screen. This is being run on the Linux version of the X16 emulator.

The code is below:
10 PRINT CHR$(205.5+RND(1)); : GOTO 10

Loading comments...