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

📚 A BAM Use-Case: Giving a New Lease on Life to Old BASIC Programs

One BAM's top goals is to make it fairly easy to port old BASIC programs so that they can be shared via the web for running in any web b...