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

📚 FUNCTION (and SUB): variable arguments, by default, are "passed by reference"

Preamble A primer on "call-by-reference" vs "call-by-value" BAM HOWTO (BTW:  "call-by-reference" aka "pas...