- either draw from the middle of the screen outward, or draw from the edge of the screen inward
- random (but fixed) increase/decrease of square sizes
- random (but fixed) increments in angles for each square
- random color choice
Sunday, February 11, 2024
🖥 Rotating Concentric Squares
Having a little fun with the DRAW statement and a fair bit of randomness in every drawing cycle.
Subscribe to:
Post Comments (Atom)
🖥 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 th...
-
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, ...
No comments:
Post a Comment