This is a port and mod of a SpecBAS program by ZXDunny.
BASIC Anywhere Machine - Happenings
Tuesday, December 10, 2024
🖥 Fan Dance
Saturday, November 2, 2024
🖥 Pongy game
This program is a port (and slight mod) of the QB64pe program by SierraKen. (SierraKen's program shared with the QB64pe community in this post.)
I've modified the program so that the speed of the game is quite slow at the beginning, and the speed progressively ramps up as your score increases.
Tuesday, October 29, 2024
🖥 b+ Animated Virjee Fractal
This BAM program is a port of a QBJS program by dbox. The QBJS program is a port of a QB64 program by b+. The QB64 program is a port and mod of a Small basic program by S Virjee.
The mod done for BAM: reduce the resolution of the screen to increase the speed of the animation.
Saturday, October 19, 2024
🖥 PUT Graphics Demo (16 color)
This program demonstrates the GET and PUT Graphics statements, and the "PUT Method" options (PSET, PRESET, AND, OR, XOR), using screen mode 7 for the 16 color palette.
Monday, October 7, 2024
🖥 Oriental Paintbrush Sim
This is a port and mod of a QBJS program ("Calligraphy Pro 128 Studio: Oriental paintbrush mode") by Vince.
Click/touch the canvas, and paint away !
This link will open Vince's program for viewing and running (in your browser) with the hosted version of QBJS.
The BAM port and mod:
Saturday, October 5, 2024
🖥 Stereogramish Thingy
This is a port by Charlie Veniot of ZXDunny's SpecBAS stereogram program (the second version) shared with the "BASIC Programming Language" Facebook group (link to that post.)
Note that I have not implemented the first version of ZXDunny's program, which has filled circles. BAM's circle-filling routine does not work well with overlapping circles. Hence, I only ported the version of the program with unfilled circles:
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 !
🖥 Fan Dance
This is a port and mod of a SpecBAS program by ZXDunny. Run the program View the source code And, a "less is more?" version: Run t...
-
This BAM program is a port, with mods, of the GW-BASIC "CALENDAR" program by Taung-Chao Lee and Benito Navarro Mtz, as found on Fa...
-
QB64 is a performance demon. BAM, not so much. So I had to mod this program a fair bit as part of reducing the resolution of the screen. A...
-
Although BAM supports arrays, BAM does not support the REDIM statement. So, I've modified the original code to use _MAPSET and _MAPGET, ...