Sunday, October 29, 2023

πŸ–₯ Ten Print Vertical

Inspired by Holger Weßling's programming competition for Commodore 64 programmers:

Write a pure BASIC program which implements the famous pattern "10 PRINTCHR$(205.5+RND(1));:GOTO10" but with a column-wise, i.e. vertical structure.


Ten Print Vertical



No comments:

Post a Comment

πŸ“š How I go about testing a little fix to a DRAW statement bug

EDIT: After this video, I did some more "proof in the pudding" testing of my supposed fix, and discovered that although the fix wo...