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.



No comments:

Post a Comment

📚 How I go about testing a little fix to a DRAW statement bug

EDIT: After this video, I did some more "proof in the pudding" testing of my supposed fix, and discovered that although the fix wo...