Wednesday, October 2, 2024

đź–ĄDunny Demo Mod

This is a port and mod of a SpecBAS graphics demo program by ZXDunny.

You'll find ZXDunny's original program in comments at the bottom of my source code listing.

As per my usual, I've modified the program to animate it, using random colours and random looping parameters.

Once an image is rendered, the program waits 2.5 seconds before clearing the screen and rendering another image.  The program runs in an infinite loop.

Click/touch the screen to pause the program until you release the click/touch.

Enjoy the show !








No comments:

Post a Comment

đź–Ą Spiralling Text (old-school sine wave)

This is a mod of a program Richard Keijzer wrote in TRS-80 Level II BASIC (44 years ago) and recently shared with the BASIC Programming Lang...