Thursday, October 19, 2023

🖥 Plasma Plus Vonoroi (a QBJS program by b+ ported to BAM)

Although BAM supports arrays, BAM does not support the REDIM statement.

So, I've modified the original code to use _MAPSET and _MAPGET, replacing anything having to do with arrays with the statement and the function.

Because the program uses a low resolution to maintain decent speed in browsers, you will find the animation less "pixellated" if you resize your browser (which then causes BAM's BASIC console window to resize to maintain the intended height to width ratio of the program's SCREEN.





No comments:

Post a Comment

🖥 Animated "100 Doors"

This program is an animated version of the "100 Doors" programming task described on the Rosetta Code website . Other than the tac...