New game uploaded: Crazy Pong

All aspects of programming on the Commander X16.
Post Reply
User avatar
DusanStrakl
Posts: 134
Joined: Sun Apr 26, 2020 9:15 pm
Location: Bay Area, California
Contact:

New game uploaded: Crazy Pong

Post by DusanStrakl »




Crazy Pong




View File






After three tutorials on how to use Sprites on Commander X16 using Assembly, I wrote a game to demonstrate all we learned there plus of course some necessary techniques like reading controls, using interrupts and utilizing Fixed Point Notation.

Full tutorial with source code walkthrough is available on my blog:

https://www.8bitcoding.com/p/crazy-pong.html

 






 
kelli217
Posts: 545
Joined: Sun Jul 05, 2020 11:27 pm

New game uploaded: Crazy Pong

Post by kelli217 »


Ctrl and Alt are arranged horizontally on my keyboard, so playing the left side took a bit of adjustment. ?

User avatar
DusanStrakl
Posts: 134
Joined: Sun Apr 26, 2020 9:15 pm
Location: Bay Area, California
Contact:

New game uploaded: Crazy Pong

Post by DusanStrakl »



18 hours ago, kelli217 said:




Ctrl and Alt are arranged horizontally on my keyboard, so playing the left side took a bit of adjustment. ?



Yeah it is not ideal but it is compromise that works reasonably well.. I don't think anybody uses real joysticks with emulator and we still don't have proper access to keyboard to programmatically detect key presses and not rely on kernal. Of course for this type of game analog input would be the best.

Post Reply